Data.Cloud.AmazonAPI.TAmazonConnectionInfo.StorageURL
Delphi
function StorageURL(const ABucketName: string = ''; const ARegion: TAmazonRegion = amzrNotSpecified): string;
C++
System::UnicodeString __fastcall StorageURL(const System::UnicodeString ABucketName = System::UnicodeString(), const System::UnicodeString ARegion = System::UnicodeString());
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonConnectionInfo |
Description
Gets the S3 (Storage service) URL for issuing requests.
StorageURL returns the S3 (Storage service) URL for issuing requests. BucketName represents the optional bucket name to prefix the URL with.