AWS CLI
Installation Instructions at https://aws.amazon.com/cli/.
Run `aws configure` and enter in your the access key and secret you obtained from our web interface.
$ aws configure
AWS Access Key ID [None]: <your access key>
AWS Secret Access Key [None]: <your secret>
Default region name [None]:
Default output format [None]:
You can then use the commands listed in the AWS documentation here: https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html.
The only difference is you will add the `–endpoint-url` to point to the url that was on our web interface. So your command to list a bucket will look like the following:
aws --endpoint-url https://polycloud.crowdapis.com s3 ls s3://mybucket