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.
Per https://docs.rs/aws-sdk-s3/latest/aws_sdk_s3/error/enum.GetObjectErrorKind.html, enum aws_sdk_s3::error::GetObjectErrorKind doesn't include NoSuchBucket. However, the aws-cli call aws s3api get-object --bucket NoSuchBucket --key file.txt /dev/null produces An error occurred (NoSuchBucket) when calling the GetObject operation: The specified bucket does not exist.
Version
aws-sdk-s3 v0.9.0
Platform
Darwin localhost Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64 x86_64
AWS Services
S3
Description
I would expect aws_sdk_s3::error::GetObjectErrorKind (and possibly other Kinds) to include the NoSuchBucket variant.
Logs
No response
The text was updated successfully, but these errors were encountered:
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.
Labels
bugSomething isn't workings3service-apiThis issue pertains to the AWS API
Transfered from awslabs/aws-sdk-rust: awslabs/aws-sdk-rust#501
What is the problem?
Per https://docs.rs/aws-sdk-s3/latest/aws_sdk_s3/error/enum.GetObjectErrorKind.html, enum
aws_sdk_s3::error::GetObjectErrorKind
doesn't includeNoSuchBucket
. However, the aws-cli callaws s3api get-object --bucket NoSuchBucket --key file.txt /dev/null
producesAn error occurred (NoSuchBucket) when calling the GetObject operation: The specified bucket does not exist
.Version
aws-sdk-s3 v0.9.0
Platform
Darwin localhost Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64 x86_64
AWS Services
S3
Description
I would expect
aws_sdk_s3::error::GetObjectErrorKind
(and possibly otherKind
s) to include theNoSuchBucket
variant.Logs
No response
The text was updated successfully, but these errors were encountered: