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

s3.ERROR Unable to access 'bucket-name': unsupported protocol scheme "" #765

Closed
btakita opened this issue Jul 11, 2023 · 1 comment
Closed

Comments

@btakita
Copy link

btakita commented Jul 11, 2023

I'm running;

sudo goofys --endpoint=usc1.contabostorage.com -o allow_other --file-mode=0666 --dir-mode=0777 --uid=33 --gid=0 -f bucket-name /mnt/bucket-name

Getting the error:

2023/07/11 17:18:07.313809 s3.ERROR Unable to access 'bucket-name': unsupported protocol scheme ""
2023/07/11 17:18:07.396409 main.FATAL Mounting file system: Mount: Statting mount point: stat /mnt/bucket-name: transport endpoint is not connected

Running master patched with #672.

I'm troubleshooting this error. New to Golang & have not been yet able to isolate this error.

@btakita
Copy link
Author

btakita commented Jul 11, 2023

I had to prepend https:// to the endpoint. Would be great to have a better error message, but hopefully this issue will be picked up by search engines.

@btakita btakita closed this as completed Jul 11, 2023
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

1 participant