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

Support for CloudFlare R2 #775

Closed
ProfessorManhattan opened this issue Nov 4, 2023 · 1 comment
Closed

Support for CloudFlare R2 #775

ProfessorManhattan opened this issue Nov 4, 2023 · 1 comment

Comments

@ProfessorManhattan
Copy link

Hey, I was able to get this working w/ DigitalOcean with the following:

goofys -f --endpoint https://nyc3.digitaloceanspaces.com/ --file-mode=0777 --dir-mode=0777 private ~/TestMnt3

This mounts the private bucket to the ~/TestMnt3 folder. However, I'm unsure if CF R2 has compatibility for goofys because I get the following error when mounting an R2 bucket:

goofys -f --endpoint https://84fa0d1b16ff8086dd958c468ce7fd59.r2.cloudflarestorage.com --file-mode=0777 --dir-mode=0777 system ~/TestMnt3

Is there anyway to mount CF R2 buckets?

@joshuataylor
Copy link

Mine ended up working with --subdomain.

@kahing kahing closed this as completed Jul 24, 2024
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

3 participants