If you have ACL permissions on buckets of other users, you can add them through OBS Browser+ as external buckets. By doing so, you can access these external buckets locally using your account.
By default, after user A has added a bucket of user B and uploaded an object to the bucket, user B cannot download the object.
You can grant read and write permissions to a bucket through the bucket ACL or bucket policy. Permissions controlled by a bucket ACL are as follows:
Bucket ACL Permission |
Option |
Mapped Action in a Custom Bucket Policy |
|---|---|---|
Access to bucket |
Read |
|
Write |
|
|
Access to ACL |
Read |
GetBucketAcl |
Write |
PutBucketAcl |
Permissions controlled by a standard bucket policy are as follows:
Parameter |
Public Read |
Public Read and Write |
|---|---|---|
Effect |
Allow |
Allow |
Principal |
* (Any user) |
* (Any user) |
Resources |
* (All objects in a bucket) |
* (All objects in a bucket) |
Actions |
|
|
Conditions |
N/A |
N/A |
If a custom bucket policy is used to authorize such permissions, the HeadBucket, ListBucket, GetObject, and GetObjectVersion actions must be allowed. More actions can be allowed according to your actual needs.
The following are some restrictions when you (the user who adds the bucket) operate the external bucket: