-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Create HttpRequestMessage with HttpMethod.Post, and URL - http://localhost:9000/documents/02ccb210-bba2-42e2-b8d7-49891759978f?uploads=
- Use Signer.SignAsync(request, null, request.Headers, DateTime.UtcNow, region, "s3", credentials); to sign the request.
- See error
Expected behavior
No error, request successfully signed and sent
Desktop:
- OS: Windows
- Version 22631.4602
Additional context
Package version is 5.0.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working