How to Use AWS CLI with Stook

Transfer and manage data in Medianova Stook Object Storage using the AWS CLI.

The AWS CLI is a command-line tool that can be used to transfer data to Medianova Stook Object Storage, which is fully compatible with S3 storage services. You can install AWS CLI on Windows, macOS, and Linux to configure Stook, create buckets, and manage objects.


Prerequisites

  • AWS CLI installed

  • Medianova Stook credentials:

    • Server

    • Access Key

    • Secret Key

  • Python (for macOS/Linux installations with pip)

⚠️ Your account information is private. Do not share it.


Installation

Windows

  1. Download the AWS CLI installer from AWS CLI official website.

  2. Run the setup file (choose 32-bit or 64-bit version).

  3. Accept the license agreement, click Next, then Install.

  4. Finish the installation with the Finish button.

Caption: Windows installation wizard for AWS CLI

macOS / Linux

Install AWS CLI with pip:


Configuration

Run the following command to configure credentials:

Example credentials:

  • Server: xxxxx.mncdn.com

  • Access Key: xxxxxxxxxxxxxxxxxxxx

  • Secret Key: yyyyyyyyyyyyyyyyyyyy


Commands

List Buckets

List Contents in a Bucket

Create a Bucket

Add Objects to a Bucket

Delete Objects

Remove Buckets


Troubleshooting / FAQ

  • Command not found: Ensure AWS CLI is installed and added to PATH.

  • Authentication error: Verify Access Key, Secret Key, and endpoint URL.

  • Permission denied: Confirm you are using correct credentials.


References

Last updated

Was this helpful?