Skip to content

verify s3 url before running s3_parallel_read #37

Description

@frschwab

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions