IS3ObjectInfoProviderPutTextToObject Method |
Puts text to Amazon S3 storage object.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax void PutTextToObject(
IS3ObjectInfo obj,
string content
)
Parameters
- obj
- Type: CMS.AmazonStorageIS3ObjectInfo
Object info. - content
- Type: SystemString
Content to add.
See Also