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
Can reproduce the panic with the following code, a very subtle bug that can only happen on certain data sizes that are a multiple of 1024. This code reproduces the same bug but just with a smaller data size.
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.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
A clear and concise description of what the bug is.
Panic with this code:
Version of AWS SDK for Go?
Example: v1.29.22
aws.SDKVersion
in your code after importing"github.com/aws/aws-sdk-go-v2/aws"
git master/main
Version of Go (
go version
)?1.16
To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code or minimal repo)
Run code.
It should not panic. It does.
Expected behavior
A clear and concise description of what you expected to happen.
Should not panic.
Additional context
Add any other context about the problem here.
When you pass in credentials, then it doesn't panic. But it's a bug that a user could ever cause a panic.
The text was updated successfully, but these errors were encountered: