-
Notifications
You must be signed in to change notification settings - Fork 56
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
How to pass partIndex
to QuerySignHTTP
for WriteMultipart
?
#726
Comments
Discussion happened at https://matrix.to/#/#beyondstorage@gsp-706:matrix.org |
Hi, @JinnyYi , can you migrate this discussion to https://forum.beyondstorage.io?
|
Moved to https://forum.beyondstorage.io/t/how-to-pass-partindex-into-querysignhttp-for-writemultipart/192.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
s3 supports
presigned
for multipart uplaod. For the currentQuerySignHTTP
, seems there is no suitable way to pass inpartIndex
parameter:Alternative Way
Add
index
system pair then usepairs.WithIndex()
to pass inpartIndex
forWriteMultipart
.Drawback
All similar operations need to add extra pairs.
The text was updated successfully, but these errors were encountered: