CannedAccessControlList Enumeration |
This is a quick way to grant permissions to all users
Namespace: Aliyun.OSS
Member name | Value | Description | |
---|---|---|---|
Private | 0 | Private read and write. | |
PublicRead | 1 | Public read, private write. | |
PublicReadWrite | 2 | public read or write---everyone can read and write the data. | |
Default | 3 | Default permission, inherits from the bucket. |