Before you can use our S3 Cloud Storage with the AWS CLI, you must install the AWS CLI and configure it.
After you have installed and configured the AWS CLI locally, the following sections will show you how to use the CLI. For complete examples, .
aws s3 --endpoint-url https://s3proxy.decentrally.cloud
aws s3 --endpoint-url https://s3proxy.decentrally.cloud ls s3://bucket
aws s3 --endpoint-url https://s3proxy.decentrally.cloud cp /path/to/file s3://bucket
aws s3 --endpoint-url https://s3proxy.decentrally.cloud cp s3://bucket/file /path/to/file
aws s3 --endpoint-url https://s3proxy.decentrally.cloud rm s3://bucket/file
aws s3 --endpoint-url https://s3proxy.decentrally.cloud rm s3://bucket/ --recursive
aws s3 --endpoint-url https://s3proxy.decentrally.cloud cp s3://bucket/file s3://bucket/file