Package | Description |
---|---|
com.aliyun.mbaas.oss | |
com.aliyun.mbaas.oss.model | |
com.aliyun.mbaas.oss.storage | |
com.aliyun.mbaas.oss.util |
Modifier and Type | Method and Description |
---|---|
static AccessControlList |
OSSClient.getGlobalDefaultACL() |
Modifier and Type | Method and Description |
---|---|
static void |
OSSClient.setGlobalDefaultACL(AccessControlList globalDefaultACL)
为OSSClient设置一个全局默认的bucket访问权限,它可以被后续bucket的设置继承或覆盖
如果从不调用此接口,ACL在初始化时被设置为private
|
Modifier and Type | Method and Description |
---|---|
static AccessControlList |
AccessControlList.valueOf(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(org.apache.http.client.methods.HttpUriRequest request,
AccessControlList ACL)
判断一个请求是否需要加签
|
Copyright © 2015. All rights reserved.