Oracle Cloud Infrastructure · Example Payload

Object Storage Create Bucket Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Object Storage Create Bucket Details Example is an example object payload from Oracle Cloud Infrastructure, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecompartmentIdpublicAccessTypestorageTierobjectEventsEnabledversioningfreeformTags

Example Payload

Raw ↑
{
  "name": "my-new-bucket",
  "compartmentId": "ocid1.compartment.oc1..abcdefg123456",
  "publicAccessType": "NoPublicAccess",
  "storageTier": "Standard",
  "objectEventsEnabled": false,
  "versioning": "Enabled",
  "freeformTags": {
    "key1": "value1"
  }
}