Oracle Cloud

Oracle Cloud provides an S3 compatible object storage. To use it: the instructions in the Amazon S3 docs replacing:

  1. Create a Customer Secret Key

  2. Create a bucket

Then follow the instructions in the Amazon S3 docs documentation replacing:

  • secret_key with the value previously generated

  • access_key with the value in the Access Key column

  • bucket_name with the bucket name

  • region_name with the current region

  • endpoint_url with https://{ORACLE_NAMESPACE}.compat.objectstorage.{ORACLE_REGION}.oraclecloud.com

Note

The ORACLE_NAMESPACE value can be found on the bucket details page

References