AWS.S3.TS3RestoreObjectRequest.Create

Constructor for TS3RestoreObjectRequest.

constructor Create(const ABucket: string; const AKey: string);
__fastcall TS3RestoreObjectRequest(const AnsiString ABucket, const AnsiString AKey);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ABucket: string
The bucket name of the object to restore.
const AKey: string
The key of the object to restore.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.