Click or drag to resize
AmazonS3ClientConfigurationRestApiEndPointUrl Property
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.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public static string RestApiEndPointUrl { get; set; }

Property Value

Type: String
See Also