interface S3Object {
    Bucket?: string;
    Name?: string;
    Version?: string;
}

Properties

Bucket?: string

Name of the S3 bucket.

Name?: string

S3 object key name.

Version?: string

If the bucket is versioning enabled, you can specify the object version.