TS3PutObjectTaggingRequest
Class in AWS.S3
PutObjectTagging request class.
Ancestors
Properties
Tagging
property Tagging: IS3Tagging
Type: IS3Tagging
VersionId
property VersionId: string
Constructors
Create
constructor Create(const ABucket, AKey: string);
Constructor for TS3PutObjectTaggingRequest.
Parameters
| Name | Description |
|---|---|
ABucket | The bucket name of the object to add Tagging to. |
AKey | The key of the object to add Tagging to. |