AWS.S3.TS3CopyObjectRequest.Create

Constructor for TS3CopyObjectRequest.

constructor Create(const ABucket: string; const ACopySource: string; const AKey: string); reintroduce;
__fastcall TS3CopyObjectRequest(const AnsiString ABucket, const AnsiString ACopySource, const AnsiString AKey);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ABucket: string
The destination bucket name.
const ACopySource: string
Specify the source object. There are two formats for a copy source:
const AKey: string
The destination object key.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.