jasoncwik opened a new pull request, #435: URL: https://github.com/apache/arrow-rs-object-store/pull/435
When issuing list requests using the AWS module, we noticed that list objects requests were failing due to a strange URI. We saw the generated URI was `http://server/bucket?&list-type=2&prefix=foo/` but it should be `http://server/bucket?list-type=2&prefix=foo/` i.e. the query string should not start with an ampersand before the list-type parameter. # Which issue does this PR close? Closes #434 # Rationale for this change Fixes URI query parameter building to be more standard. # What changes are included in this PR? One change to URI building. # Are there any user-facing changes? None. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org