-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-sdk-php fails for listobjects and deleteobjects on gateways #148
Comments
GCS logs are due to minio/minio#4975. Will investigate further on Azure/S3 gateway logs. |
Azure/S3 logs are due to minio/minio#4983 and minio/minio#4982. Issues specific to aws-sdk-php based functional tests are fixed by #156. @nitisht can we close this issue? |
@krisis sure. Just cross checking - does #156 fix the logging issues, I mean ideally
should be wrapped inside JSON logs. |
@nitisht no it doesn't fix the exception being thrown outside of the json log output. I shall send a PR to fix it. |
From GCS perspective, maxKeys is just a hint - it is currently ignored if -ve and GCS returns the objects ignoring the maxKeys constraint. For that matter, the upperbound for maxKeys of 1000 is also not enforced. Need discussion on whether to enforce s3 constraints on gcs at the server or have the aws php sdk expect and ignore this behavior. |
Verified against Server: Tests get stuck after sometime, I get the below logs. Probably it gets stuck during the test
|
sure will do @krisis |
this is fixed by #177 |
Mint fails with errors on the listobjects and deleteobjects test when run against server running in gateway mode.
Azure and S3 Log
GCS logs
The text was updated successfully, but these errors were encountered: