TS3RestoreObjectRequest
Class in AWS.S3
RestoreObject request class.
Ancestors
Properties
RestoreRequest
property RestoreRequest: IS3RestoreRequest
Type: IS3RestoreRequest
VersionId
property VersionId: string
Constructors
Create
constructor Create(const ABucket, AKey: string);
Constructor for TS3RestoreObjectRequest.
Parameters
| Name | Description |
|---|---|
ABucket | The bucket name of the object to restore. |
AKey | The key of the object to restore. |