minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
81 stars 50 forks source link

aws-sdk-php: fix bucket policy to make comparable. #272

Closed balamurugana closed 6 years ago

harshavardhana commented 6 years ago

Did you test this with AWS S3 ?

balamurugana commented 6 years ago

What do you mean by testing with aws s3?

harshavardhana commented 6 years ago

Run the same test against AWS S3

harshavardhana commented 6 years ago

Without this fix I want see why we need to fix our tests. If AWS S3 works then test is fine.

balamurugana commented 6 years ago

I am sure AWS S3 won't save the passed policy as is. It would save/send back canonical policy. I will show a proof.

balamurugana commented 6 years ago