public static void SetACL(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
string acl,
int timeoutMs
)
public static void SetACL(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
string acl,
int timeoutMs
)
Public Shared Sub SetACL (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
acl As String,
timeoutMs As Integer
)
Public Shared Sub SetACL (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
acl As String,
timeoutMs As Integer
)
public:
static void SetACL(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
String^ acl,
int timeoutMs
)
public:
static void SetACL(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
String^ acl,
int timeoutMs
)
static member SetACL :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
acl : string *
timeoutMs : int -> unit
static member SetACL :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
acl : string *
timeoutMs : int -> unit