Click or drag to resize
S3ObjectInfoProvider Class
Performs operations over the S3 objects.
Inheritance Hierarchy
SystemObject
  CMS.AmazonStorageS3ObjectInfoProvider

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public class S3ObjectInfoProvider : IS3ObjectInfoProvider

The S3ObjectInfoProvider type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberATTRIBUTES
Attributes field name in storage metadata.
Public fieldStatic memberCREATION_TIME
Creation time field name in storage metadata.
Public fieldStatic memberLAST_WRITE_TIME
Last write time field name in storage metadata.
Public fieldStatic memberLOCK
Property name which returns if file is locked for writing.
Public fieldStatic memberMAX_OBJECTS_PER_REQUEST
Indicates maximum number of items processed by one request.
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Returns current instance of S3ObjectInfo provider.
Top
Methods
  NameDescription
Public methodAppendTextToObject
Appends text to Amazon S3 storage object.
Public methodCopyObjects
Copies object to another.
Public methodCreateEmptyObject
Creates empty object.
Public methodDeleteObject
Deletes object from Amazon S3 storage.
Public methodStatic memberGetBucketName
Returns bucket name from account info.
Public methodStatic memberGetDateTimeString
Returns date time as a string type in english culture.
Public methodGetInfo(String)
Returns new instance of IS3ObjectInfo.
Public methodGetInfo(String, Boolean)
Initializes new instance of S3 object info with specified bucket name.
Public methodGetObjectContent
Returns object content as a CMS.IO.Stream.
Public methodGetObjectsList
Returns list with objects from given bucket and under given path.
Public methodStatic memberGetStringDateTime
Returns date time as a DateTime type converted using english culture.
Public methodObjectExists
Returns whether object exists.
Public methodPutDataFromStreamToObject
Puts data from stream to Amazon S3 storage.
Public methodPutFileToObject
Puts file to Amazon S3 storage.
Public methodPutTextToObject
Puts text to Amazon S3 storage object.
Top
See Also