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

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
Remarks
For uploading a file from different file system other than local file system to Amazon S3 storage, PutDataFromStreamToObject(IS3ObjectInfo, Stream) method should be used.
See Also