Click or drag to resize
AmazonHelper Class
Helper methods and properties for Amazon web services integration.
Inheritance Hierarchy
SystemObject
  CMS.AmazonStorageAmazonHelper

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

The AmazonHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAMAZON_FILE_PAGE
Path to azure file page.
Top
Properties
  NameDescription
Public propertyStatic memberEndPoint
Returns Amazon S3 endpoint.
Public propertyStatic memberPublicAccess
Returns whether Amazon S3 storage sets public read access to uploaded files and whether direct storage links are generated.
Top
Methods
  NameDescription
Public methodStatic memberGetDownloadPath
Returns download path for given path.
Top
See Also