I need a complete listing of all the objects in an s3 bucket with a particular prefix. I have tried using previously mentioned solutions using boto and knox-copy, however, my bucket is named after a domain (ex: cdn.mycompany.com) and I get the following error back from boto
ssl.CertificateError: hostname 'cdn.mycompany.com.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com'
I get a similar error back from knox-copy. Both work just fine if I use a bucket name without periods. Is there a way around this?