On Thu, Jun 11, 2015 at 01:38:01PM -0500, Matt Domsch wrote:
> Please run a failing case with --debug and report results. 

I'm not sure why you need this, as it's trivial to reproduce and the original
report says which commit should fix it. But here it goes anyways...

>  v1.5.2 should not
> fail on Debian any longer.

But that is not on jessie :)




Thanks a lot,
Rodrigo
usr@cotton:~$ s3cmd ls s3://bucket.with.dots
WARNING: Retrying failed request: /?delimiter=/ (hostname 
'bucket.with.dots.s3.amazonaws.com' doesn't match either of 
'*.s3.amazonaws.com', 's3.amazonaws.com')
WARNING: Waiting 3 sec...
^CSee ya!
usr@cotton:~$ s3cmd --debug ls s3://bucket.with.dots
DEBUG: ConfigParser: Reading file '/home/usr/.s3cfg'
DEBUG: ConfigParser: access_key->AK...17_chars...Q
DEBUG: ConfigParser: bucket_location->US
DEBUG: ConfigParser: cloudfront_host->cloudfront.amazonaws.com
DEBUG: ConfigParser: default_mime_type->binary/octet-stream
DEBUG: ConfigParser: delete_removed->False
DEBUG: ConfigParser: dry_run->False
DEBUG: ConfigParser: enable_multipart->True
DEBUG: ConfigParser: encoding->UTF-8
DEBUG: ConfigParser: encrypt->False
DEBUG: ConfigParser: follow_symlinks->False
DEBUG: ConfigParser: force->False
DEBUG: ConfigParser: get_continue->False
DEBUG: ConfigParser: gpg_command->/usr/bin/gpg
DEBUG: ConfigParser: gpg_decrypt->%(gpg_command)s -d --verbose --no-use-agent 
--batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s 
%(input_file)s
DEBUG: ConfigParser: gpg_encrypt->%(gpg_command)s -c --verbose --no-use-agent 
--batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s 
%(input_file)s
DEBUG: ConfigParser: gpg_passphrase->ph...18_chars...d
DEBUG: ConfigParser: guess_mime_type->True
DEBUG: ConfigParser: host_base->s3.amazonaws.com
DEBUG: ConfigParser: host_bucket->%(bucket)s.s3.amazonaws.com
DEBUG: ConfigParser: human_readable_sizes->False
DEBUG: ConfigParser: invalidate_on_cf->False
DEBUG: ConfigParser: list_md5->False
DEBUG: ConfigParser: log_target_prefix->
DEBUG: ConfigParser: mime_type->
DEBUG: ConfigParser: multipart_chunk_size_mb->15
DEBUG: ConfigParser: preserve_attrs->True
DEBUG: ConfigParser: progress_meter->True
DEBUG: ConfigParser: proxy_host->
DEBUG: ConfigParser: proxy_port->0
DEBUG: ConfigParser: recursive->False
DEBUG: ConfigParser: recv_chunk->4096
DEBUG: ConfigParser: reduced_redundancy->False
DEBUG: ConfigParser: secret_key->YM...37_chars...k
DEBUG: ConfigParser: send_chunk->4096
DEBUG: ConfigParser: simpledb_host->sdb.amazonaws.com
DEBUG: ConfigParser: skip_existing->False
DEBUG: ConfigParser: socket_timeout->300
DEBUG: ConfigParser: urlencoding_mode->normal
DEBUG: ConfigParser: use_https->True
DEBUG: ConfigParser: verbosity->WARNING
DEBUG: ConfigParser: 
website_endpoint->http://%(bucket)s.s3-website-%(location)s.amazonaws.com/
DEBUG: ConfigParser: website_error->
DEBUG: ConfigParser: website_index->index.html
DEBUG: Updating Config.Config cache_file -> 
DEBUG: Updating Config.Config encoding -> UTF-8
DEBUG: Updating Config.Config follow_symlinks -> False
DEBUG: Updating Config.Config verbosity -> 10
DEBUG: Unicodising 'ls' using UTF-8
DEBUG: Unicodising 's3://bucket.with.dots' using UTF-8
DEBUG: Command: ls
DEBUG: Bucket 's3://bucket.with.dots':
DEBUG: SignHeaders: 'GET\n\n\n\nx-amz-date:Thu, 11 Jun 2015 19:27:16 
+0000\n/bucket.with.dots/'
DEBUG: CreateRequest: resource[uri]=/
DEBUG: SignHeaders: 'GET\n\n\n\nx-amz-date:Thu, 11 Jun 2015 19:27:16 
+0000\n/bucket.with.dots/'
DEBUG: Processing request, please wait...
DEBUG: get_hostname(bucket.with.dots): bucket.with.dots.s3.amazonaws.com
DEBUG: ConnMan.get(): creating new connection: 
https://bucket.with.dots.s3.amazonaws.com
WARNING: Retrying failed request: /?delimiter=/ (hostname 
'bucket.with.dots.s3.amazonaws.com' doesn't match either of 
'*.s3.amazonaws.com', 's3.amazonaws.com')
WARNING: Waiting 3 sec...
DEBUG: SignHeaders: 'GET\n\n\n\nx-amz-date:Thu, 11 Jun 2015 19:27:19 
+0000\n/bucket.with.dots/'
DEBUG: Processing request, please wait...
DEBUG: get_hostname(bucket.with.dots): bucket.with.dots.s3.amazonaws.com
DEBUG: ConnMan.get(): creating new connection: 
https://bucket.with.dots.s3.amazonaws.com
WARNING: Retrying failed request: /?delimiter=/ (hostname 
'bucket.with.dots.s3.amazonaws.com' doesn't match either of 
'*.s3.amazonaws.com', 's3.amazonaws.com')
WARNING: Waiting 6 sec...
^CSee ya!

Reply via email to