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
| Name | Description |
|---|---|
ABucket | The name of the bucket to delete objects from. |