Open drwelby opened 1 week ago
It's not clear to me that this is currently implemented in the Rust object_store
library.
I asked in Discord and I'll let you know.
It is possible, however, to set default headers for each request. So this could work with server that understands those for auth (ability to set default headers is being added in https://github.com/developmentseed/obstore/pull/81)
Thanks for checking. We also have to send other parameters too but auth gets to be the first thing to notice something missing.
Is it possible to fetch from an
HTTPStore
a path that has query parameters appended to the URL? I need to pass an authentication key as&api_key=1234
and best I can tell it's getting stripped as the target server is giving me a 401 error saying no authentication was found.