Oracle Object
An Oracle Object Storage object artifact is a reference to an object in an Oracle Object Storage bucket.
These artifacts are generally consumed by stages that read configuration from text files, such as a Deploy Manifest stage.
Oracle object artifact in a pipeline definition
The following are the fields that make up an Oracle object artifact:
Field | Explanation |
---|---|
type | Always oracle/object . |
reference | The full path to the artifact file, beginning withoci:// . |
The following is an example JSON representation of an Oracle object artifact, as it would appear in a pipeline definition:
{
"type": "oracle/object",
"reference": "oci://bucket/file.json"
}
Last modified July 1, 2021: docs(fix): fix internal links (#98) (d74c3a4)