Hi There,
Recently downloaded your product and until now I did not have the courage to type in my access-key/secret-key, due to it's length ...

So now I've finally done that, but the application gives me a blank folder upon connecting with my bucket and when I try to upload to my bucket I get an exception:
"Upload failed: org.apache.http.client. ClientProtocolException()".
I've tried with another bucket "androidxxxxxxxx" and that worked fine, so I reckon it has something to do with the name, which contains multiple dashes '-'. I like to use java-like-package-naming for my buckets, to avoid duplication.
From a real device (HTC Hero) I did make the following logcat, but it doesn't provide anything useful, the exception is not in there:
I/ActivityManager( 62): Starting activity: Intent { comp={lysesoft.s3anywhere/lysesoft.s3anywhere.S3TransferActivity} (has extras) }
I/global ( 4370): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.
I/ActivityManager( 62): Displayed activity lysesoft.s3anywhere/.S3TransferActivity: 491 ms
Can you help me with this?