General Usage
The Object Storage S3 supports the official Amazon Simple Storage Service (Amazon S3) Application Programming Interface (API). This allows you to interact with the service with every S3 compatible client or CLI.
Since most S3 clients set the default endpoint to s3.amazonaws.com
you need to make sure to change the endpoint to the one specified on your S3 Instance in the ESC Portal (e.g. ds12s3.swisscom.com
).
After that, you need the Access Key ID and the Secret Access Key provided when you order an S3 User on your S3 service.
You can now access and interact with your S3 instance in the same way as described in the official Amazon S3 documentation.