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
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
More intuitively handle the conditional S3 GET. Maybe there's already some way to handle this that I missed.
Proposed Solution
It seems to me that perhaps ServiceError should provide an API to quickly determine if it's a NotModified error, also perhaps adding NotModified variant to GetObjectErrorKind since right now this falls under Unhandled which requires to go deeper into the raw Response.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
A note for the community
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue, please leave a comment
The text was updated successfully, but these errors were encountered:
I reached out to the S3 team and shared your use case to gather more insights on your behalf. Since this issue isn’t directly actionable by the SDK team, and this repository is dedicated to SDK-related issues, I'll go ahead and close this ticket. If you have access to AWS support through the Developer Console, please consider creating a support ticket and referencing the ticket ID I shared above to receive updates directly from the service team. Otherwise, you can keep an eye on our release notes for news on when this is resolved.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Transfered from awslabs/aws-sdk-rust: awslabs/aws-sdk-rust#534
Describe the feature
If one wants to perform a conditional
GET
from S3, it seems the current pattern is:Use Case
More intuitively handle the conditional S3 GET. Maybe there's already some way to handle this that I missed.
Proposed Solution
It seems to me that perhaps
ServiceError
should provide an API to quickly determine if it's aNotModified
error, also perhaps addingNotModified
variant toGetObjectErrorKind
since right now this falls underUnhandled
which requires to go deeper into the rawResponse
.Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: