Data.Cloud.AmazonAPI.TAmazonStorageService.GetCanonicalizedHeaderPrefix
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonStorageService |
Delphi
function GetCanonicalizedHeaderPrefix: string; override;
C++
virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix();
Description
Returns the header name prefix for Amazon services.
GetCanonicalizedHeaderPrefix returns the header name prefix for Amazon services, which is used to include headers as name/value pairs in the String-To-Sign authentication.
The header prefix returned is (x-amz-).