Table of Contents

Class AmazonS3ClientConfiguration

Namespace
Kentico.Xperience.AmazonStorage
Assembly
Kentico.Xperience.AmazonStorage.dll

Configuration class for Amazon S3 clients.

public static class AmazonS3ClientConfiguration
Inheritance
object
AmazonS3ClientConfiguration

Fields

DEFAULT_REST_API_END_POINT_URL

Default value of RestApiEndPointUrl property.

public const string DEFAULT_REST_API_END_POINT_URL = "https://s3.amazonaws.com"

Field Value

string

Remarks

The default URL is https://s3.amazonaws.com.

Properties

RestApiEndPointUrl

Gets or sets the URL of the Amazon REST API endpoint. The value is read from CMSAmazonRestApiEndPoint application configuration key, unless explicitly set. Returns DEFAULT_REST_API_END_POINT_URL if the application configuration does not specify any URL.

public static string RestApiEndPointUrl { get; set; }

Property Value

string

See Also