Accessing the Multicloud Object Gateway with your applications
You can access the object service with any application targeting AWS S3 or code that uses AWS S3 Software Development Kit (SDK). Applications need to specify the Multicloud Object Gateway (MCG) endpoint, an access key, and a secret access key. You can use your terminal or the MCG command-line interface (CLI) to retrieve this information.
Accessing the MCG buckets using the virtual-hosted style
If the client application tries to access
https://<bucket-name>.s3-openshift-storage.apps.mycluster-cluster.qe.rh-ocs.com,
a DNS entry is needed for
mcg-test-bucket.s3-openshift-storage.apps.mycluster-cluster.qe.rh-ocs.com
to point
to the S3 Service.
<bucket-name> is the name of the MCG bucket, for example:
https://mcg-test-bucket.s3-openshift-storage.apps.mycluster-cluster.qe.rh-ocs.com
.
Important: Ensure that you have a DNS entry in order to point the client application to
the MCG buckets using the virtual-hosted style.