AWS.S3.TS3PutObjectRequest.Create

Constructor for TS3PutObjectRequest.

constructor Create(const ABucket: string; const AKey: string; ABody: TStream); overload;
__fastcall TS3PutObjectRequest(const AnsiString ABucket, const AnsiString AKey, TStream ABody);

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.
ABody: TStream
The binary content for the object.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.