A Cloud Object Storage URI Formats
The URI format to use when specifying source files in cloud object storage services depends on the object storage service you are using:
Oracle Cloud Infrastructure Object Storage URI Formats
Note:
Autonomous Database supports only standard-tier storage buckets. It does not support archive-tier storage buckets.
If your source files reside in Oracle Cloud Infrastructure Object Storage, you can use Oracle Cloud Infrastructure native URIs, Swift URIs, or pre-authenticated request URIs:
-
Native URI format:
https://objectstorage.region.oraclecloud.com/n/object-storage-namespace/b/bucket/o/filename
Tip:
You can view the Native URI of an object (such as an uploaded file) in its Object Details dialog:
- Go to the Bucket Details page of the bucket containing the object.
-
In the bucket's list of objects, click the
action menu icon and choose View Object Details.
The URL Path (URI) field displays the object's Native URI value.
-
Swift URI format:
https://swiftobjectstorage.region.oraclecloud.com/v1/object-storage-namespace/bucket/filename
-
Pre-Authenticated Request URI format:
https://objectstorage.region.oraclecloud.com/p/encrypted-string/n/object-storage-namespace/b/bucket/o/filename
For information about creating pre-authenticated request URIs, see Using Pre-Authenticated Requests in Oracle Cloud Infrastructure Documentation.
Tip:
You can view the object-storage-namespace
value for a bucket in the Namespace field of the bucket's Bucket Details page.
Here are example URIs for the myfile.dmp file in the mybucket bucket in the us-phoenix-1 region. (idthydc0kinr is the object storage namespace.)
-
Native URI format:
https://objectstorage.us-phoenix-1.oraclecloud.com/n/idthydc0kinr/b/mybucket/o/myfile.dmp
-
Swift URI format:
https://swiftobjectstorage.us-phoenix-1.oraclecloud.com/v1/idthydc0kinr/mybucket/myfile.dmp
-
Pre-Authenticated Request URI format:
https://objectstorage.us-phoenix-1.oraclecloud.com/p/zcHOIcipJxUvD3nj7KgW6pb-iMJL-SdNc6FbRl9GSsk/n/idthydc0kinr/b/mybucket/o/myfile.dmp
Oracle Cloud Infrastructure Object Storage Classic URI Format
If your source files reside in Oracle Cloud Infrastructure Object Storage Classic, see the REST page for a description of the URI format for accessing your files: About REST URLs for Oracle Cloud Infrastructure Object Storage Classic Resources.