-
Notifications
You must be signed in to change notification settings - Fork 534
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels