Knowledge Base
medianova.comSupportLog in
  • Welcome to the Medianova Knowledge Base
  • Getting Started
    • Concepts
    • Start your Free Trial
  • Products
    • Security
      • DDoS Protection
      • SSL/TLS Encryption
        • How to upload and manage SSL Certificates?
        • How to Extract CRT and KEY Files from a PFX Certificate
        • How can I use Free SSL?
        • FAQ
      • Web Application Firewall (WAF)
        • How to activate WAF?
        • Analytics
      • Rate Limiting
      • Hotlink Protection
      • IP Restriction
      • Geoblocking
      • FAQs
    • Performance / CDN
      • Static Content Delivery
        • Create Small Resource
        • Create Large Resource
        • Integrating Static CDN Resource
        • Configuration Basics
          • Medianova IP Blocks
        • Advanced Configuration
          • Origin Settings
            • Advanced Origin Settings
            • Rewrite Origin URLs
            • Origin SNI Request
            • Redirect Handle From Origin
            • Origin Response Timeout
          • CNAME
          • Caching
            • Edge Cache Expiration
            • Browser Cache Rule
            • Query String Caching
            • Etag Verification
            • Error Status Code Cache Expiration
            • Shared Cache
            • Stale Cache
            • Robots.txt file
            • Range Based Caching
          • Headers
            • CORS Header
            • Custom Header
            • X-CDN Header
            • Origin Host Header
            • HTTP Strict Transport (HSTS) Protection
            • X-Frame Options
            • X-XSS Protection
            • X-Content Type Options
          • Purge
          • Prefetch
          • Page Rules
            • Manage Page Rules
            • Page Rules Settings
          • Compression
            • How to Configure Gzip and Brotli
        • Website Framework Integrations
          • Magento CDN Integration
          • Wordpress CDN Integration
          • Phalcon CDN Integration
          • CakePHP CDN Integration
        • Analytics
      • Dynamic Content Acceleration
        • Create Dynamic Resource
        • Integrating Dynamic CDN Resource
        • Aksela Test Steps
        • Advanced Configuration
          • Origin Settings
            • Advanced Origin Settings
            • Rewrite Origin URLs
            • Origin SNI Request
            • Redirect Handle From Origin
            • Origin Response Timeout
          • Caching
            • Edge Cache Expiration
            • Browser Cache Rule
            • Query String Caching
            • Etag Verification
            • Error Status Code Cache Expiration
            • Shared Cache
            • Stale Cache
            • Disallow Cookie Base Cache
            • Cookie Base Cache
            • Header Base Cache
            • Header Value Base Cache
            • MNUID Cookie Base Cache
            • Mobile Redirect
          • Headers
            • CORS Header
            • Custom Header
            • X-CDN Header
            • Origin Host Header
            • HTTP Strict Transport (HSTS) Protection
            • X-Frame Options
            • X-XSS Protection
            • X-Content Type Options
          • Purge
          • Prefetch
          • Page Rules
          • Compression
        • Analytics
      • Streaming Content Delivery
        • Create Streaming Resource
        • Advanced Configuration
          • Origin Settings
            • Redirect Handle From Origin
            • Origin Response Timeout
          • Headers
            • CORS Header
            • Custom Header
            • X-CDN Header
            • Origin Host Header
          • Stream Management
        • Analytics
      • API Caching
      • Private CDN
      • Image Optimization and WebP
        • What is Image Optimization and How Does It Work?
        • What is WebP and How Does It Work?
        • How to Activate Image Optimization and WebP?
        • Analytics
      • FAQs
    • Object Storage / Stook
      • What is Stook?
      • How to Create Stook?
      • How to Connect Bucket?
      • Access Key Management
      • Stook Integration and Usage Guides
        • Migrating Data to Stook Using Rclone
        • Data Transfer to Stook with Cyberduck
        • How to use the AWS SDK for Laravel with Stook?
        • How to use the AWS SDK for PHP with Stook?
        • How do I use the AWS SDK for .NET with Stook?
        • Stook Storage User Guide for AWS CLI
        • How to use AWS SDK for JavaScript with Stook?
        • How do I use Stook with the AWS Java SDK?
        • Using Pre-Signed URL PHP with Stook
        • Using Pre-Marked URL NODEJS With Stook
    • Analytics (MN Logz)
      • Real-Time Logpush
      • Raw Logs
  • Account & Billing
    • Managing Account and Organizations
      • Create new organization
      • Invite user
      • Changing Cloud Panel password
      • Access Controls and Authentication
    • Subscription and Billing
      • Packages
        • Free Trial
        • Starter
        • Growth
        • Enterprise
        • Add-ons
      • Policy
      • Upgrade & Downgrade Procedures
      • Changing your subscription package
      • Payment Info
      • Invoices
  • API Documentation
    • Authentication
    • Security
      • Web Application Firewall (WAF)
      • SSL/TLS
      • Always Use HTTPS Settings
      • Origin Basic Authentication
      • Secure Token
      • Bot Protection
      • Hotlink Protection
      • User Agent ACL
      • IP Restriction ACL
      • Geoblocking
    • Performance / CDN
      • Resources
      • Origin Settings
      • CNAME & SSL
      • Caching
      • Headers
      • Image Optimization & WebP
      • Page Rule
      • Purge
      • Prefetch
      • Stream Management
    • Object Storage / Stook
    • Analytics
      • WAF Analytics
  • Support and Troubleshooting
    • Common Issues and Solutions
      • Troubleshooting Common Setup Issues
      • Troubleshooting Performance Problems
    • Contacting Customer Support
  • Glossary
    • Definition of Important CDN Terms
    • Acronyms and Abbreviations
    • Definition of HTTP Status Error Codes
Powered by GitBook
LogoLogo

© 2025 Medianova. All rights reserved.

On this page
  • Installation
  • Configuration
  • Commands

Was this helpful?

Export as PDF
  1. Products
  2. Object Storage / Stook
  3. Stook Integration and Usage Guides

Stook Storage User Guide for AWS CLI

PreviousHow do I use the AWS SDK for .NET with Stook?NextHow to use AWS SDK for JavaScript with Stook?

Last updated 4 months ago

Was this helpful?

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 .

  • You can follow these steps to install AWS CLI from .

  • 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.

aws configure
AWS Access Key ID [None]: xxxxxxxxxxxxxxxxxx
AWS Secret Access Key [None]: yyyyyyyyyyyyyyyyyyy
 Default region name [None]: ENTER
Default output format [None]: ENTER

Your account information must be private. Please don’t share it with anyone. Account information sample:

Commands

To List the Buckets;

aws --endpoint-url https://a10f5f883.mncdn.com s3 ls2018-08-07 17:40:52 omertest2018-08-08 16:05:03 testbucket2018-08-08 18:01:00 testbucket1

To List the Contents in Buckets;

aws --endpoint-url https://a10f5f883.mncdn.com s3 ls s3://testbucket12018-08-08 16:05:03         18 testkey

To Create Bucket;

aws --endpoint-url https://a10f5f883.mncdn.com s3 mb s3://bucket2make_bucket: bucket2

To Add Objects inside Buckets;

aws --endpoint-url https://a10f5f883.mncdn.com s3 cp hello_world.txt s3://yepyenibucketcopy: s3://omertest/hello_world.txt to s3://yepyenibucket/hello_world.txt

To Delete Objects inside Buckets;

aws --endpoint-url https://a10f5f883.mncdn.com s3 rm s3://omertest/hello_world.txtdelete: s3://omertest/hello_world.txt

To Remove Buckets;

aws --endpoint-url https://a10f5f883.mncdn.com s3 rb s3://yepyenibucketremove_bucket: s3://yepyenibucket /

Server: Access Key: xxxxxxxxxxxxxxxxxxxx Secret Key: yyyyyyyyyyyyyyyyyyyyy

link
AWS’s website
xxxxxxx.mncdn.com