Configure and use AWS CLI with WEKA S3 storage
Learn how to configure and use the AWS CLI with WEKA S3 storage.
Install and configure the AWS CLI
aws configure
aws configure set default.s3.signature_version s3v4
AWS CLI usage
List buckets
Create a bucket
Upload a file
List bucket contents
Download a file
Delete a file
Remove a bucket
Last updated