S3 Object

S3 is an object store, and S3 object artifacts are references to objects stored in S3 buckets. These artifacts are generally consumed by stages that read configuration from text files, such as a Deploy Manifest or AWS Deploy stage.

Fields

FieldExplanation
typeAlways s3/object.
nameName/Path of the object.
referenceName/Path of the object.
locationThe region where your bucket was created

Example

{
  "type": "s3/object",
  "name": "s3://bucket/file.json",
  "reference": "s3://bucket/file.json",
  "location": "us-east-1"
}
Last modified January 1, 0001