Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AwsS3PutObjectOptions

Options passed when putting an object.

Hierarchy

  • PutObjectOptions
    • AwsS3PutObjectOptions

Index

Properties

Optional access

access: AwsS3ACL

Determine access level for the object. Default: inherit from the container

Optional class

class: "STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA"

Storage class to use. Refer to the documentation for more details. Default is 'STANDARD'

Optional metadata

metadata: any

Key-value pair with metadata for the object, for example Content-Type, or custom tags

Optional serverSideEncryption

serverSideEncryption: boolean

Enable AES256 server-side encryption for the object at rest, with AWS-managed keys. Default: disabled

Generated using TypeDoc