project-sunbird / sunbird-cloud-storage-sdk

MIT License
1 stars 32 forks source link

Sunbird-Ed#349 - Cloud Storage SDK - OCI Support with Scala 2.11 #47

Closed maheshkumargangula closed 10 months ago

maheshkumargangula commented 1 year ago

Oracle Cloud Infrastructure has S3 compliant object storage. The current version of cloud-storage-sdk doesn't have implementation for OCI.

This PR has the changes to support OCI. The configuration to enable OCI is below:

# OCI Configuration
oci_storage_container=""
oci_storage_key=""
oci_storage_secret=""
oci_region=""
# sample endpoint url: https://<bucket-namespace>.compat.objectstorage.<region>.oraclecloud.com
oci_storage_endpoint=""

Sunbird-Ed Discussion: Sunbird-Ed#349