-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
bugThis issue is a bug.This issue is a bug.p2This is a standard priority issueThis is a standard priority issues3
Description
Describe the bug
I am trying to use aws against Hetzner S3
aws --profile=hetz-fsn1 s3 ls works fine, it lists all buckets.
but then
aws --profile=hetz-fsn1 s3 ls s3://my-bucket-name returns:
aws: [ERROR]: argument of type 'NoneType' is not a container or iterable
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
List contents of buckets
Current Behavior
Errors out with " aws: [ERROR]: argument of type 'NoneType' is not a container or iterable"
Reproduction Steps
- Create bucket on Hetzner
- Try
aws --profile=hetz-fsn1 s3 ls, note bucket is listed - Try ``aws --profile=hetz-fsn1 s3 ls s3://bucket-name`, note error
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.34.16 Python/3.14.3 Darwin/25.4.0 exe/arm64
Environment details (OS name and version, etc.)
macOS 26.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.p2This is a standard priority issueThis is a standard priority issues3