Stook Storage User Guide for AWS CLI
AWS CLI is a tool used for data transfer to Stook. Stook works with all S3 compatible cloud storage services.
Installation
You can download the AWS CLI from this link.
You can follow these steps to install AWS CLI from AWS’s website.
You can install Windows 32-bit and 64-bit versions of setup files. You can begin the installation by clicking the downloaded file. The installation is explained with screenshots below.
First Click to “I accept the terms in the License Agreement” and then to the “Next” button.
Choose “Install”
You can complete installation with the “Finish” button.
Enter the following command for MAC-OS and Linux installation. (Python 2.6.5 version is needed, Upload using “pip” command)
pip install awscli
Configuration
Set the key for Medianova CLOUD for AWS CLI configuration with AWS configure command.
Your account information must be private. Please don’t share it with anyone. Account information sample:
Server: xxxxxxx.mncdn.com Access Key: xxxxxxxxxxxxxxxxxxxx Secret Key: yyyyyyyyyyyyyyyyyyyyy
Commands
To List the Buckets;
To List the Contents in Buckets;
To Create Bucket;
To Add Objects inside Buckets;
To Delete Objects inside Buckets;
To Remove Buckets;
Last updated