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
| Name | Description |
|---|---|
AFilename | Specify the name of a file to write the GetObject response content to. |