You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To access this bucket, I can use my own tenant credentials, but I need to specify the owner of the bucket in order to access it, like this:
<Tenant_ID>:<Bucket_Name>
Simply writing the bucket like this in goofys didn't work for me. It created a mount point, but when trying to access it I can the following issue: No such device or address
My storage provider is a ceph cluster (so S3 compatible).
Any insights about how to mount the bucket?
The text was updated successfully, but these errors were encountered:
I have a bucket which I don't own, but is shared with my account according to this guide
https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html
To access this bucket, I can use my own tenant credentials, but I need to specify the owner of the bucket in order to access it, like this:
<Tenant_ID>:<Bucket_Name>
Simply writing the bucket like this in goofys didn't work for me. It created a mount point, but when trying to access it I can the following issue:
No such device or address
My storage provider is a ceph cluster (so S3 compatible).
Any insights about how to mount the bucket?
The text was updated successfully, but these errors were encountered: