You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify part number and upload id when doing a put_object_url in order to get a signed url for part of a multipart upload? I tried adding upload_id and part_number in the options but it had no affect.
The text was updated successfully, but these errors were encountered:
Although, I think you were on the right path that this needs to be in options, I think it would also need to be nested under query, so roughly, something like:
I'm not totally sure on that, but I'm hopeful that will at least get you closer. If we can figure it out, it would be great to add some extra documentation around this for future users too. Just let me know if this helps and/or if you have more questions.
Is there a way to specify part number and upload id when doing a
put_object_url
in order to get a signed url for part of a multipart upload? I tried addingupload_id
andpart_number
in the options but it had no affect.The text was updated successfully, but these errors were encountered: