Package | Description |
---|---|
com.alibaba.sdk.android.oss | |
com.alibaba.sdk.android.oss.model | |
com.alibaba.sdk.android.oss.storage | |
com.alibaba.sdk.android.oss.util |
Modifier and Type | Method and Description |
---|---|
static AccessControlList |
OSSClient.getGlobalDefaultACL() |
Modifier and Type | Method and Description |
---|---|
void |
OSSServiceProvider.setGlobalDefaultACL(AccessControlList globalDefaultACL) |
void |
OSSService.setGlobalDefaultACL(AccessControlList globalDefaultACL)
为OSSClient设置一个全局默认的bucket访问权限,它可以被后续bucket的设置继承或覆盖
如果从不调用此接口,ACL在初始化时被设置为private
|
static void |
OSSClient.setGlobalDefaultACL(AccessControlList globalDefaultACL) |
Modifier and Type | Method and Description |
---|---|
static AccessControlList |
AccessControlList.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessControlList[] |
AccessControlList.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
OSSBucket.getBucketACL() |
Modifier and Type | Method and Description |
---|---|
void |
OSSBucket.setBucketACL(AccessControlList ACL) |
Modifier and Type | Method and Description |
---|---|
static boolean |
OSSToolKit.isNeedToAuthorize(HttpUriRequest request,
AccessControlList ACL)
判断一个请求是否需要加签
|