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
@amankaur27 Ran asks whether you would like to fix this bug and open a pull request (aka PR) including the fix so that they merge your fix to the main branch.
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 bug
I found some places where a file/directory is opened but it is not closed and it may lead to resource overhead issue. Consider following files:
aws-sdk-go/private/model/cli/api-info/api-info.go
aws-sdk-go/example/aws/credentials/plugin/plugin.go
Expected Behavior
The opened files/directories should be closed with defer.
Current Behavior
Right now, these are not closed.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
v1.38.64
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version 1.19.5, linux (Ubuntu 22.04.2 LTS)
The text was updated successfully, but these errors were encountered: