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

FieldExplanation
typeAlways oracle/object.
referenceThe 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"
}
Last modified January 1, 0001