roeap commented on issue #3283: URL: https://github.com/apache/arrow-rs/issues/3283#issuecomment-1341608229
@andrei-ionescu, I think @tustvold is correct, in that gen2 accounts will always also expose the blob apis under the `blob...`. In fact most gen2 api clients (i know in case of python and java), internally make use of these apis for some basic operations. Converting the url is thus deliberate - object_store looks at a url more in terms of where the data is stored, but makes no promises on the specific apis used. Since we have to be consistent between different backend implementations, we cannot easily leverage gen2 specific features - so we opted for a single client to support both services. The error message we see suggests that whatever credential is in use likely does not possess list permission on the account or path. these have to be granted in addition to regular read permissions. Recently I stumbled across the same issue :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
