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
Currently, it only supports the "Exact match" but AWS supports also starts-with in this case (check doc => https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html). Also, I want to be able to allow some metadata fields but without limit it, so will be great if emptyValue restriction of SetMetadata is not there any more (for the starts-with case).
The text was updated successfully, but these errors were encountered:
hsequeda
added a commit
to hsequeda/minio-go
that referenced
this issue
Sep 18, 2024
Currently, it only supports the "Exact match" but AWS supports also
starts-with
in this case (check doc => https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html). Also, I want to be able to allow some metadata fields but without limit it, so will be great ifemptyValue
restriction ofSetMetadata
is not there any more (for thestarts-with
case).The text was updated successfully, but these errors were encountered: