Skip to main content

TS3GetObjectStreamTarget

Class in AWS.S3

A GetObject target to redirect the response to a custom stream.

Ancestors

Properties

TargetStream

property TargetStream: TStream

Constructors

Create

constructor Create(const ATargetStream: TStream; AOwnsTargetStream: Boolean = True);

Constructor for TS3GetObjectStreamTarget.

Parameters

NameDescription
ATargetStreamSpecify a target stream to receive the GetObject response content.
AOwnsTargetStreamSpecify whether ATargetStream is owned by the target and automatically freed upon destroy.