Click or drag to resize
IS3ObjectInfoProviderPutDataFromStreamToObject Method
Puts data from stream to Amazon S3 storage.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
void PutDataFromStreamToObject(
	IS3ObjectInfo obj,
	Stream stream
)

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Object info.
stream
Type: CMS.IOStream
Stream to upload.
See Also