Oracle Cloud

Oracle cloud provides S3 compatible object storage. To use it follow the instructions in the Amazon S3 docs on how to configure DEFAULT_FILE_STORAGE and STATICFILES_STORAGE and set the following configurations on settings.py

  • Create a Customer Secret Key

  • Use generated key as secret_key

  • And the value in the Access Key column as access_key

  • Set bucket_name with your bucket name

  • Set region_name with the current region

And last but most importantly set the endpoint_url with:

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

The ORACLE_NAMESPACE value can be found on the bucket details page

References