Click or drag to resize
AmazonS3ClientConfiguration Class
Configuration class for Amazon S3 clients.
Inheritance Hierarchy
SystemObject
  CMS.AmazonStorageAmazonS3ClientConfiguration

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public static class AmazonS3ClientConfiguration

The AmazonS3ClientConfiguration type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDEFAULT_REST_API_END_POINT_URL
Default value of RestApiEndPointUrl property.
Top
Properties
  NameDescription
Public propertyStatic memberRestApiEndPointUrl
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.
Top
See Also