1 Answer
- Newest
- Most votes
- Most comments
1
I tested with AWS CLI (aws-cli/2.14.6 Python/3.11.6 Darwin/22.6.0 exe/x86_64 prompt/off) and could observe same symptom as you mentioned. I think there would be a room for improvement for better customer experience.
For a directory bucket,
aws s3api list-objects-v2 --bucket bucketname (Working)
aws s3api list-directory-buckets (Working)
aws s3 ls (Directory bucket was not displayed.)
aws s3 ls bucketname (Working)
answered 9 months ago
Relevant content
- asked 9 months ago
- asked 2 years ago
- Accepted Answerasked 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago
Thank you, this is great. But now I am even more confused as to why this does not work from Lambda.