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
When accessing Minio API "CreateMultipartUpload" with the HTTP post method, you get "Uploading files to S3 using POST is not supported by AWS, use PUT instead."
A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.
Official docs on Amazon say, that to initialize multipart upload you should use POST.
Also, in their examples they use ?uploads query parameter without value and =, what also cause an exception.
Describe the bug
When accessing Minio API "CreateMultipartUpload" with the HTTP post method, you get "Uploading files to S3 using POST is not supported by AWS, use PUT instead."
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error, request successfully signed and sent
Desktop:
Additional context
Package version is 5.0.0
The text was updated successfully, but these errors were encountered: