Data.Cloud.AmazonAPI.TAmazonStorageService.GetCanonicalizedHeaderPrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanonicalizedHeaderPrefix: string; override;

C++

virtual System::UnicodeString __fastcall GetCanonicalizedHeaderPrefix();

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

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-).

See Also