How to Use AWS CLI with Stook
Transfer and manage data in Medianova Stook Object Storage using the AWS CLI.
PreviousHow do I use the AWS SDK for .NET with Stook?NextHow to use AWS SDK for JavaScript with Stook?
Last updated
Was this helpful?
Was this helpful?
pip install awscliaws configure
AWS Access Key ID [None]: xxxxxxxxxxxxxxxxxx
AWS Secret Access Key [None]: yyyyyyyyyyyyyyyyyyy
Default region name [None]: ENTER
Default output format [None]: ENTERaws --endpoint-url https://xxxxx.mncdn.com s3 lsaws --endpoint-url https://xxxxx.mncdn.com s3 ls s3://testbucket1aws --endpoint-url https://xxxxx.mncdn.com s3 mb s3://bucket2aws --endpoint-url https://xxxxx.mncdn.com s3 cp hello_world.txt s3://mybucketaws --endpoint-url https://xxxxx.mncdn.com s3 rm s3://mybucket/hello_world.txtaws --endpoint-url https://xxxxx.mncdn.com s3 rb s3://mybucket