Click or drag to resize
S3ObjectInfoProvider Methods

The S3ObjectInfoProvider type exposes the following members.

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