MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage
135
stars
56
forks
source link
`BaseClient::GetPresignedPostFormData` always returns `unable to get presigned post form data; valid policy must be provided` #136
Closed
ijoseph closed 6 months ago
Because
!policy
is always true here: https://github.com/minio/minio-cpp/blob/f5132e0f390b410361149fb48c05458558815804/src/baseclient.cc#L1070because the policy should be valid if it has an expiration, not if it lacks one -- this change is needed: