Oracle Object

Oracle Object Storage is an object store, and Oracle Object Storage object artifacts are references to objects stored in Oracle Object Storage buckets. These artifacts are generally consumed by stages that read configuration from text files, for example a Deploy Manifest stage.

Fields

Field Explanation
type Always oracle/object.
reference The oci://-prefixed reference to your file. Following the bucket name is the path to your file.

Example

{
  "type": "oracle/object",
  "reference": "oci://bucket/file.json"
}