IS3ObjectInfoProviderPutFileToObject Method |
Puts file to Amazon S3 storage.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax void PutFileToObject(
IS3ObjectInfo obj,
string pathToSource
)
Parameters
- obj
- Type: CMS.AmazonStorageIS3ObjectInfo
Object info. - pathToSource
- Type: SystemString
Path to source file.
See Also