Skip to main content

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

NameDescription
ABucketThe bucket name of the object to add Tagging to.
AKeyThe key of the object to add Tagging to.