AWS.S3.TS3Client.GetObject

Fetch an object from a bucket.

function GetObject(const ARequest: IS3GetObjectRequest): IS3GetObjectResponse; overload; function GetObject(const ABucket: string; const AKey: string): IS3GetObjectResponse; overload;
__fastcall IS3GetObjectResponse GetObject(const IS3GetObjectRequest ARequest); __fastcall IS3GetObjectResponse GetObject(const AnsiString ABucket, const AnsiString AKey);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3GetObjectRequest
A GetObject request object.
const ABucket: string
The name of the object's bucket.
const AKey: string
The object's key.

Response containing GetObject results.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.