AWS.S3.TS3Object.Create
Methods
TS3Object Class
AWS.S3 Namespace
Constructor for
TS3Object
.
Delphi
constructor
Create
(
const
ABucket
:
IS3Bucket
;
const
AKey
:
string
;
const
AClient
:
IS3Client
=
nil
);
overload
;
C++
__fastcall
TS3Object
(
const
IS3Bucket
ABucket
,
const
AnsiString
AKey
,
const
IS3Client
AClient
= null);
Properties
File:
AWS.S3.pas
Namespace:
AWS.S3
Module:
Appercept AWS SDK for Delphi
Parameters
Parameters
Description
const ABucket: IS3Bucket
An
IS3Bucket
instance for the object.
const AKey: string
The object's key.
const AClient: IS3Client = nil
An optional pre-configured
IS3Client
instance for object operations.
Help Feedback
Copyright © 2019-2021 Appercept Ltd. All rights reserved.