Method | Description | |
---|---|---|
Get ( string bucket, string key, string fileName ) : void | ||
Put ( string bucket, string key, string fileName ) : void | ||
Test ( ) : void |
public static Get ( string bucket, string key, string fileName ) : void | ||
bucket | string | |
key | string | |
fileName | string | |
return | void |
public static Put ( string bucket, string key, string fileName ) : void | ||
bucket | string | |
key | string | |
fileName | string | |
return | void |