-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
DeleteObjects needs MD5 param #3068
Comments
For now my solution is downgrade version
And works fine
Output
|
Hi all, Sorry for the issues. Working on a fix for this. It is possible we'll have something out in today's release. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
From #3066; also wanted to post here for visibility:
|
Thanks @stobrien89, now works fine! |
Describe the bug
aws-version:
php-version: PHP 8.3.1 (cli)
DeleteObjects method has stopped working, return this issue
The DeleteObject method works correctly.
According to S3 documentation this parameter is not needed in this method doc
I'm not sure if the parameter refers to the md5 of the message or the files.
Regression Issue
Expected Behavior
Fail
aws/aws-sdk-php 3.339.0 AWS SDK for PHP - Use Amazon Web Services in your PHP project
Works
aws/aws-sdk-php 3.296.1 AWS SDK for PHP - Use Amazon Web Services in your PHP project
Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.339.0
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP 8.3.1, Laravel Framework 10.48.27
The text was updated successfully, but these errors were encountered: