When working with AWS S3 uri format I have noticed that httr::parse_url isn't parsing it as expected. A standard s3 uri follows the following format: s3://mybucket/path/to/file. When parsed I expect it to be:
httr has been superseded in favour of httr2, so is no longer under active development. If this problem is still important to you in httr2, I'd suggest filing an issue offer there 😄. Thanks for using httr!
Hi all,
When working with AWS S3 uri format I have noticed that
httr::parse_url
isn't parsing it as expected. A standard s3 uri follows the following format:s3://mybucket/path/to/file
. When parsed I expect it to be:However I get the following
When using the
urltools::url_parse
Similar with python's
urllib
: