Class S3ObjectFactory
- Namespace
- Kentico.Xperience.AmazonStorage
- Assembly
- Kentico.Xperience.AmazonStorage.dll
Factory for creating S3ObjectInfo a S3ObjectInfoProvider.
public class S3ObjectFactory
- Inheritance
-
objectS3ObjectFactory
- Extension Methods
Properties
Provider
Get or set S3ObjectInfoProvider.
public static IS3ObjectInfoProvider Provider { get; set; }
Property Value
Methods
GetInfo(string)
Returns new instance of IS3ObjectInfo object.
public static IS3ObjectInfo GetInfo(string path)
Parameters
path
stringPath with file name.
Returns
GetInfo(string, bool)
Initializes new instance of S3 object info with specified bucket name.
public static IS3ObjectInfo GetInfo(string path, bool key)
Parameters
path
stringPath with file name.
key
boolSpecifies that given path is already object key.