AWS.S3.TS3PutObjectRequest.Create

Constructor for TS3PutObjectRequest.

constructor Create(const ABucket: string; const AKey: string; AAttributes: IS3ObjectPutAttributes); overload;
__fastcall TS3PutObjectRequest(const AnsiString ABucket, const AnsiString AKey, IS3ObjectPutAttributes AAttributes);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ABucket: string
The bucket name to put the object in.
const AKey: string
A key for the object.
AAttributes: IS3ObjectPutAttributes
An existing IS3ObjectPutAttributes instance to replicate.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.