Impossible Cloud Documentation
  • Company overview
    • What is Impossible Cloud
  • Getting Started
    • Getting Started with Impossible Cloud Storage
      • Setting up
      • Next steps
      • Getting support
  • Feature Release Notes
    • 29th April 2025
  • Impossible cloud storage Guide
    • Storage Console URLs and API Endpoints
    • Storage Console
      • Accessing the console
        • Signing up for Impossible Cloud Storage
        • Signing in to Impossible Cloud Storage
        • Session lifetime limits
      • Interacting with the console
        • Navigating the menu
        • Using the panel
    • Buckets and Objects
      • Creating a bucket
      • Storing objects in a bucket
      • Interacting with objects
      • Creating folders in a bucket
      • Interacting with folders and buckets
      • Public File Sharing via URLs
      • Emptying a Bucket
      • Limitations
      • Versioning and object lock
        • Enabling versioning
        • Using versioning
        • Enabling object lock
        • Using object lock
    • Access keys
    • CLI User Guide
      • AWS CLI installation instructions
      • AWS CLI configuration
      • Using Impossible Cloud with AWS CLI
      • AWS CLI basic commands
      • AWS CLI advanced commands
        • Examples
      • AWS CLI for cloud-to-cloud migration scenarios
      • AWS CLI Credentials & Config chain
      • AWS CLI: IAM
        • Limitations
        • List of supported operations
        • Operations Descriptions and Examples
    • Usage
      • Storage Calculation
      • Fair use policy
    • Profile settings
      • Multi-Factor Authentication (MFA)
        • Enabling and Disabling MFA
        • MFA Reset
        • Organization-Wide Policies
  • Security
    • Securing Your Data
    • Identity Access Management (IAM)
      • Managing Users
      • Managing Groups
      • Managing Policies
    • CORS support
      • Limitations
      • CORS Configuration
  • Integrations with other applications
    • Backup Software Integrations Guides
    • Cloud Storage Browsers Integrations Guides
    • Media Management Software Integrations Guides
    • NAS Applications Integrations Guides
  • Other support resources
    • Impossible Cloud Management Console (ICMC)
    • Knowledge Base
    • Help Center
    • System Status
Powered by GitBook
On this page
  • General commands syntax
  • Supported low-level commands
  • Examples
  • Links and references

Was this helpful?

Export as PDF
  1. Impossible cloud storage Guide
  2. CLI User Guide

AWS CLI advanced commands

General commands syntax

This section is designed to explain the low-level 's3api' commands for the CLI

aws s3api <Command> [<Arg> ...]
aws s3api --profile=impossiblecloud --endpoint-url=https://eu-central-2.storage.impossibleapi.net <ACTION> <FILE SOURCE> <FILE DESTINATION>

Supported low-level commands

abort-multipart-upload

complete-multipart-upload

copy-object

create-bucket

create-multipart-upload

delete-bucket

delete-bucket-cors

delete-bucket-encryption

delete-bucket-tagging

delete-object

delete-object-tagging

delete-objects

get-bucket-cors

get-bucket-encryption

get-bucket-location

get-bucket-tagging

get-bucket-versioning

get-object

get-object-attributes

get-object-legal-hold

get-object-lock-configuration

get-object-retention

get-object-tagging

head-bucket

head-object

list-buckets

list-multipart-uploads

list-object-versions

list-objects

list-objects-v2

list-parts

put-bucket-cors

put-bucket-encryption

put-bucket-tagging

put-bucket-versioning

put-object

put-object-legal-hold

put-object-lock-configuration

put-object-retention

put-object-tagging

upload-part

upload-part-copy

Examples

Links and references

PreviousAWS CLI basic commandsNextExamples

Last updated 7 months ago

Was this helpful?

You can find examples of some most useful commands .

You can find more information in the AWS CLI and .

here
user guide
developers guide