-
Notifications
You must be signed in to change notification settings - Fork 56
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
bug: connection string example is inconsistent with implementation #717
Comments
Oooops, our docs is incorrect. We need to use Can you send a PR to site to fix it? Thanks so much! |
And the problem is so common that we are considering add support for Tracked at beyondstorage/go-endpoint#15 |
For your convenience: the docs located at https://github.com/beyondstorage/site/blob/master/docs/go-storage/operations/index.md
|
see beyondstorage/go-storage#717 for more details.
* fix incorrect connection string example see beyondstorage/go-storage#717 for more details. * fix second example
Fixed in beyondstorage/site#192, thanks for report! |
The document shows an example connection string:
While the endpoint in it will not be parsed correctly by the s3 service.
The s3 service uses go-endpoint to parse the endpoint value, which defines endpoints as the form of
http:s3.us-east-2.amazonaws.com
, no//
after thehttp:
I am using:
By the way, I'am happy to fix it, but not sure which solution is preferred:
//
notation,The text was updated successfully, but these errors were encountered: