public static string PutItem(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
Stream contentStream,
int timeoutMs
)
public static string PutItem(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
Stream contentStream,
int timeoutMs
)
Public Shared Function PutItem (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
contentStream As Stream,
timeoutMs As Integer
) As String
Public Shared Function PutItem (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
contentStream As Stream,
timeoutMs As Integer
) As String
public:
static String^ PutItem(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
Stream^ contentStream,
int timeoutMs
)
public:
static String^ PutItem(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
Stream^ contentStream,
int timeoutMs
)
static member PutItem :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
contentStream : Stream *
timeoutMs : int -> string
static member PutItem :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
contentStream : Stream *
timeoutMs : int -> string