Table of Contents

Class AmazonHelper

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

Helper methods and properties for Amazon web services integration.

public static class AmazonHelper
Inheritance
object
AmazonHelper

Fields

AMAZON_FILE_PAGE

Path to azure file page.

public const string AMAZON_FILE_PAGE = "~/CMSPages/GetAmazonFile.aspx"

Field Value

string

Properties

EndPoint

Returns Amazon S3 endpoint.

public static string EndPoint { get; set; }

Property Value

string

PublicAccess

Returns whether Amazon S3 storage sets public read access to uploaded files and whether direct storage links are generated.

public static bool PublicAccess { get; set; }

Property Value

bool

Methods

GetDownloadPath(string)

Returns download path for given path.

public static string GetDownloadPath(string path)

Parameters

path string

Path

Returns

string