Method: Aliyun::OSS::Bucket#acl

Defined in:
lib/aliyun/oss/bucket.rb

#aclString

获取Bucket的ACL

Returns:



24
25
26
# File 'lib/aliyun/oss/bucket.rb', line 24

def acl
  @protocol.get_bucket_acl(name)
end