Method: Aliyun::OSS::Bucket#acl
- Defined in:
- lib/aliyun/oss/bucket.rb
#acl ⇒ String
获取Bucket的ACL
24 25 26 |
# File 'lib/aliyun/oss/bucket.rb', line 24 def acl @protocol.get_bucket_acl(name) end |
获取Bucket的ACL
24 25 26 |
# File 'lib/aliyun/oss/bucket.rb', line 24 def acl @protocol.get_bucket_acl(name) end |