IS3ObjectInfoProviderPutDataFromStreamToObject Method |
Puts data from stream to Amazon S3 storage.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax void PutDataFromStreamToObject(
IS3ObjectInfo obj,
Stream stream
)
Parameters
- obj
- Type: CMS.AmazonStorageIS3ObjectInfo
Object info. - stream
- Type: System.IOStream
Stream to upload.
See Also