-
Notifications
You must be signed in to change notification settings - Fork 653
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
S3Control: StorageLensConfigurationList not deserialized from the response correctly #2863
Comments
Thanks for the report @yznima , I am able to verify that this bug is still present in the SDK. Need to investigate whether this is a modeling issue that requires correction. |
This appears to be an issue with the modeling, I am following-up with the service team to get this corrected in the model so that this gets handled correctly. |
P123923045 |
@RanVaknin hello, we've hit this issue in CloudQuery as well, is there a timeframe for taking a look at this? |
Any updates planned on this front? Cheers |
I've been bitten by the same bug for GruCloud, note that the Javascript SDK 3 is used in this case. |
Any updates? |
We do not have updates from the service team at this time. This is still being tracked internally but is a lower priority relative to other issues. |
I have reached out to the service team once again. This API seems to be broken because of an incorrectly defined API model. The S3Control service team is aware but is unable to prioritize this at the moment. If one of the impacted customers on the thread has access to AWS Support, I suggest that you open a support ticket via the developer console to raise visibility for this issue. Currently there is no ETA for a fix. Apologies for the inconvenience. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
This is now fixed. |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
I'm using AWS SDK V2 to describe S3 StorageLensConfiguations. The result is always empty even though I definitely have the storage lens in the region. The StoragelLensConfiguationsList is always empty.
Version of AWS SDK for Go?
Example: v1.29.22
aws-sdk-go-v2/service/[email protected]
Version of Go (
go version
)?go 1.17
To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code or minimal repo)
When I turn on AWS Client logging, I see
From me looking around, I think it is because the deserializer.go is looking for
StorageLensConfigurationList
in the XML however, there is none as shown in the output aboutExpected behavior
A clear and concise description of what you expected to happen.
I expect the
output.StorageLensConfigurationList
to be populated with the result.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: