Click or drag to resize
AmazonS3ClientConfigurationDEFAULT_REST_API_END_POINT_URL Field
Default value of RestApiEndPointUrl property.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public const string DEFAULT_REST_API_END_POINT_URL = "https://s3.amazonaws.com"

Field Value

Type: String
Remarks
The default URL is https://s3.amazonaws.com.
See Also