project-sunbird / sunbird-cloud-storage-sdk

MIT License
1 stars 32 forks source link

Sunbird-Ed#349 - Cloud Storage SDK - OCI Support #46

Closed maheshkumargangula closed 1 year 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

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication