-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[object_store] Support generating and using signed upload URLs #4763
Comments
I wonder if we might add this functionality to AwsAuthorizer. Perhaps as a sign method to go alongside the authorize? Eventually we could potentially extract a trait, and provide similar abstractions for all remote stores. I'm mainly just thinking it probably doesn't make sense to bundle this into the ObjectStore trait when many stores it won't make sense for. |
Sure, sounds good! |
@carols10cents and @stuartcarnie -- is this feature needed for anything "near term" in IOx? @tustvold and I are trying to make sure it is prioritized correctly. |
@alamb Yes, it's needed for bulk migration: https://github.com/influxdata/influxdb_iox/issues/10370 |
@tustvold has put this item on his list |
1 similar comment
@tustvold has put this item on his list |
Ooooh does that mean you're going to do it for me @tustvold ??? 🤩 |
Potentially if you don't get to it first, my list is depressingly long... 😅 |
|
IOx needs the ability to ask object storage for a signed URL that can be then used for a PUT request to upload a file to a particular path.
This is related to, but slightly different from #3027, which is for generating signed URLs for GET requests to read particular files. (it might be easy enough to add that functionality when this ticket is done.
The text was updated successfully, but these errors were encountered: