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

verify s3 url before running s3_parallel_read #37

Open
frschwab opened this issue Nov 20, 2023 · 0 comments
Open

verify s3 url before running s3_parallel_read #37

frschwab opened this issue Nov 20, 2023 · 0 comments

Comments

@frschwab
Copy link
Member

https://my-bucket.s3-eu-central-1.amazonaws.com
caused an issue with nil values in Lua.
If we verfied the url before trying to run the script, we could have had a better error message, because the real url would be:
https://my-bucket.s3.eu-central-1.amazonaws.com
The 1st url has a - after s3, which is not valid.

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