-
Notifications
You must be signed in to change notification settings - Fork 284
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
Regression since 0.5.0: region option now needed #188
Comments
Ran into this using So basically this seemed to work with eu-west-1 as long as your files are accessed using a URL like "eu-west1.amazon.com/bucket-name/...", but breaks if you use a custom hostname. At the very least it would be nice to have the documentation mention the possibility of ECONNRESET errors in this case. |
Hmmm that makes some sort of sense. Can you give sample code that worked in Knox 0.5.0 and doesn't work in Knox 0.8.9? |
Sorry I don't actually know if it ever worked with my scenario, but it seemed likely that this was the case as the documentation only mentions requirement of region on the convenience methods |
Per @kof in #114 (comment), there is at least one case where the
region
option is now necessary, whereas it wasn't before. This should be investigated and fixed if possible.The text was updated successfully, but these errors were encountered: