Click or drag to resize
IS3ObjectInfoProviderPutFileToObject Method
Puts file to Amazon S3 storage.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
void PutFileToObject(
	IS3ObjectInfo obj,
	string pathToSource
)

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Object info.
pathToSource
Type: SystemString
Path to source file.
See Also