Harshavardhana af36c92cab
With ListBuckets() access-list only buckets the user has access (#8037)
This is a behavior change from AWS S3, but it is done with
better judgment on our end to allow the listing of buckets only
which user has access to.

The advantage is this declutters the UI for users and only
lists bucket which they have access to.

Precursor for this feature to be applicable is a policy
must have the following actions

```
s3:ListAllMyBuckets
```
and
```
s3:ListBucket
```

enabled in the policy.
2019-08-12 10:27:38 -07:00
..
2019-08-02 14:25:00 -07:00
2019-08-02 14:25:00 -07:00
2019-07-13 00:29:44 +01:00
2019-08-02 14:25:00 -07:00
2019-04-17 09:52:08 -07:00