Hi,
We are using Object Storage via our partner TietoEVRY.
When I am owner of a bucket I can list those buckets like with s3cmd
s3cmd ls s3://
But that doesn't list buckets where I have full access but not the owner, so the above command doesn't return those.
If I run:
s3cmd ls s3://bucket-no-ownership
I can see and manage the content.
Why is that? How to make the buckets visible?
#ObjectStorage