Examples

Operations with buckets

aws s3api list-buckets --profile=impossiblecloud --endpoint-url=https://us-west-1.storage.impossibleapi.net --region us-west-1

Operations with objects

aws s3api list-objects --profile=impossiblecloud --endpoint-url=https://us-west-1.storage.impossibleapi.net --region us-west-1 --bucket="my-new-bucket"

Operations with CORS

aws s3api get-bucket-cors --profile=impossiblecloud --endpoint-url=https://us-west-1.storage.impossibleapi.net --region us-west-1 --bucket="my-new-bucket"

Last updated