AWS.S3.TS3RedirectAllRequestsTo.Create

Constructor for TS3RedirectAllRequestsTo.

constructor Create(const AHostName: string; const AProtocol: string = ''); overload;
__fastcall TS3RedirectAllRequestsTo(const AnsiString AHostName, const AnsiString AProtocol = '');

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AHostName: string
Specifies the host where requests will be redirected to.
const AProtocol: string = ''
Specifies the protocol to use when redirecting requests. By default, the protocol of the original request will be used. Valid values: http | https.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.