Missing x-amz-security-token in presignedPostPolicy
See original GitHub issueMinio JS Version: 7.0.18
Even if you provide sessionToken
, presignedPostPolicy
response formData
does not contains x-amz-security-token
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
POST Policy - Amazon Simple Storage Service
Each request that uses Amazon DevPay requires two x-amz-security-token form fields: one for the product token and one for the user token.
Read more >minio: Versions - Openbase
new Minio() now takes 'secure' as the boolean not 'insecure'. To make the API simpler. presignedPostPolicy now generates and returns back the proper...
Read more >https://git.cubetiqs.com/CUBETIQ/gitea/commit/62e6...
ReportError("validateNumber", `missing digit after dot`) + return true ... +* [presignedpostpolicy.go](https://github.com/minio/minio-go/blob/master/ ...
Read more >JavaScript Client API Reference - The MinIO Quickstart Guide
removeBucket, putObject, presignedPostPolicy, getBucketPolicy ... sessionToken, string, Set this value to provide x-amz-security-token (AWS S3 specific).
Read more >How to do a Pre-signed POST upload to AWS S3 in...anycodings
PresignedPostPolicy (policy) if err != nil { fmt. ... map[string]string{ "x-amz-security-token": *securityToken, }) } conditions = append(conditions, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, it works in my environment.
It also works in my environment. I have tested the fix with Keycloak and web identity. Please let me know if you need help testing the PR.