Click or drag to resize
S3ObjectInfo Constructor (String)
Initializes new instance of S3 object info with specified bucket name.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public S3ObjectInfo(
	string path
)

Parameters

path
Type: SystemString
Path to the file name.
See Also