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
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
Describe the bug
I am trying to use
awsagainst Hetzner S3aws --profile=hetz-fsn1 s3 lsworks fine, it lists all buckets.but then
aws --profile=hetz-fsn1 s3 ls s3://my-bucket-namereturns:Regression Issue
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
aws --profile=hetz-fsn1 s3 ls, note bucket is listedPossible 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