Standard Commands
This document provides instructions for managing IONOS Object Storage using the AWS CLI. Additionally, this task can also be performed through the DCD DCD and API.
Examples
List buckets
Option 1: Using s3 set of commands:
Option 2: Using s3api set of commands:
Create a bucket in the
eu-central-2
region (Berlin, Germany):Option 1: Using s3 set of commands:
Option 2: Using s3api set of commands:
Create a bucket in the
de
region (Frankfurt, Germany) with Object Lock enabled:
Upload and download objects
Upload an object from the current directory to a bucket:
Download all the objects from the
my-bucket
bucket to the local directorymy-dir
:
Copy and sync objects
Copy the object to the bucket:
Copy the contents of the local directory
my-dir
to the bucketmy-bucket
:For more information, see the cp command reference.
Copy all objects from
my-source-bucket
tomy-dest-bucket
excluding .zip files. The command does not support cross-region copying for IONOS Object Storage:Sync the bucket
my-bucket
with the contents of the local directorymy-dir
:
For more information, see sync command reference.
Last updated
Was this helpful?