AWS (Amazon)
Storing data in S3
Register at https://aws.amazon.com Install aws client https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html
pip install awscli --upgrade --user
Now create a user to get an aws_access_key_id and an aws_secret_access_key https://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html
This will ask you for it and store it
aws configure
aws s3 sync myfolder s3://mybucket/myfolder --exclude *.tmp