Data.Cloud.AmazonAPI.TAmazonConnectionInfo.StorageURL

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonConnectionInfo

Delphi

function StorageURL(const ABucketName: string = ''; const ARegion: TAmazonRegion = amzrNotSpecified;
const AStorage: TAmazonStorageService = nil): string;

C++

System::UnicodeString __fastcall StorageURL(const System::UnicodeString ABucketName = System::UnicodeString(), const TAmazonRegion ARegion = System::UnicodeString(), TAmazonStorageService* const AStorage = (TAmazonStorageService*)(0x0));

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.

See Also