Skip to main content

TS3GetObjectFileTarget

Class in AWS.S3

A GetObject target to redirect the response to a file.

Ancestors

Properties

Filename

property Filename: string

Constructors

Create

constructor Create(const AFilename: string);

Constructor for TS3GetObjectFileTarget.

Parameters

NameDescription
AFilenameSpecify the name of a file to write the GetObject response content to.