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
it returns error NoSuchKey, status code: 404.
Changing the blank name of a directory is not an option, so how do I use GetObject of such objects? Key: aws.String("a.txt")
or Key: aws.String("//a.txt")
don't work also.
Same with the b.txt and c.txt.
d.txt works fine, so problem is not with a bucket.
Regression Issue
Select this option if this issue appears to be a regression.
This is unfortunately a known wontfix - people have built up a dependency (often without even realizing) on this behavior over the years, we have to keep it on by default to preserve backwards compatibility.
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 have a bucket on which
s3cmd ls --recursive s3://mybucket/
returnsWhen I try to use
it returns error NoSuchKey, status code: 404.
Changing the blank name of a directory is not an option, so how do I use GetObject of such objects?
Key: aws.String("a.txt")
or
Key: aws.String("//a.txt")
don't work also.
Same with the b.txt and c.txt.
d.txt works fine, so problem is not with a bucket.
Regression Issue
Expected Behavior
GetObject returns object on
Current Behavior
GetObject returns 404 on
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
v1.55.5
Environment details (Version of Go (
go version
)? OS name and version, etc.)go1.23.1 darwin/arm64
The text was updated successfully, but these errors were encountered: