Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to mount a shared S3 bucket #800

Open
amoosebitmymom opened this issue Aug 22, 2024 · 1 comment
Open

How to mount a shared S3 bucket #800

amoosebitmymom opened this issue Aug 22, 2024 · 1 comment

Comments

@amoosebitmymom
Copy link

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?

@cellochou
Copy link

Some cloud storage providers, such as Cloudflare R2, include the account ID as part of the endpoint URL:

https://[account_id].r2.cloudflarestorage.com

For detailed guidance, you should consult the relevant documentation provided by your cloud storage provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants