Skip to main content

TS3DeleteObjectsRequest

Class in AWS.S3

DeleteObjects request class.

Ancestors

Properties

BypassGovernanceRetention

property BypassGovernanceRetention: TOptional<Boolean>

Delete

property Delete: IS3Delete

Type: IS3Delete

MFA

property MFA: string

RequestPayer

property RequestPayer: string

Constructors

Create

constructor Create(const ABucket: string);

Constructor for TS3DeleteObjectsRequest.

Parameters

NameDescription
ABucketThe name of the bucket to delete objects from.