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
Hi @AurelienPillevesse, thanks for opening this issue. The reason why this is just marked as deprecated and not removed is because we do not want to break customers that still uses this function and that want to keep using the most updated SDK.
Please feel free to open a new issue if there is anything else that we can assist you with.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the issue
In the AWSClient class, since 9 years (when I use the Blame feature) a function is deprecated.
https://github.com/aws/aws-sdk-php/blame/master/src/AwsClient.php#L662
In the last 2.xx tag version, it was already
@deprecated
but not removed between 2.xx and 3.xx version.https://github.com/aws/aws-sdk-php/blob/6ad549d04ec33d38f79ff0aa103c7a74f3e93cfa/src/AwsClient.php#L662
Is it really deprecated or not ?
If it was, it should have been removed between 2.xx and 3.xx no ?
The text was updated successfully, but these errors were encountered: