| IS3ObjectInfoProviderGetInfo Method (String, Boolean) | 
            Initializes new instance of S3 object info with specified bucket name.
            
 
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
SyntaxIS3ObjectInfo GetInfo(
	string path,
	bool key
)
Parameters
- path
 - Type: SystemString
Path with file name. - key
 - Type: SystemBoolean
Specifies that given path is already object key. 
Return Value
Type: 
IS3ObjectInfo
See Also