Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Kelby Rogers
Updated to revision 371, installed, restored proxy and disabled HTTPS in ~/.s3cfg Unfortunately S3Error 411 is still occurring. Kelby Michal Ludvig wrote: > Kelby Rogers wrote: > >> In the meantime can you turn HTTPS on and see if it helps? >> >>> In your ~/.s3cfg it should be: >>> prox

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Michal Ludvig
Kelby Rogers wrote: > In the meantime can you turn HTTPS on and see if it helps? >> In your ~/.s3cfg it should be: >> proxy_host = >> proxy_port = 0 >> use_https = True >> > Yes, I can perform the move when the HTTPS is enabled. Can you try it with the previous settings (proxy on and https off)

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Kelby Rogers
In the meantime can you turn HTTPS on and see if it helps? > In your ~/.s3cfg it should be: > proxy_host = > proxy_port = 0 > use_https = True > Yes, I can perform the move when the HTTPS is enabled. Kelby === This email, incl

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Michal Ludvig
Kelby Rogers wrote: > Hi Michal, > > I tried the latest subversion snapshot, I am still getting > > DEBUG: S3Error: 411 (Length Required) That's very strange. I'll set up squid proxy here and see if I can reproduce it. In the meantime can you turn HTTPS on and see if it helps? In your ~/.s3cf

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Kelby Rogers
Hi Michal, I tried the latest subversion snapshot, I am still getting DEBUG: S3Error: 411 (Length Required) Here is the full debug output s3cmd -d mv s3://kelb_std/combinedaddress.ldif s3://kelb-std/ DEBUG: ConfigParser: Reading file '/home/kelby/.s3cfg' DEBUG: ConfigParser: access_key->0W...1

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Michal Ludvig
Hi Kelby, > DEBUG: S3Error: 411 (Length Required) can you give the most recent development snapshot from Subversion a try? See the "Source code (Subversion)" section on this page for details: http://s3tools.org/download Let me know if it works better or not. Michal ---

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Michal Ludvig
Kelby Rogers wrote: > >>> cp BUCKET/OBJECT to a different BUCKET >>> cp BUCKET/OBJECT to a different BUCKET/ >>> >>> I get the following error each time: >>> >> >> >> Very interesting, I couldn't reproduce it though. Can you run the >> command again with --debug and send me the output? >>

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-11 Thread Kelby Rogers
cp BUCKET/OBJECT to a different BUCKET cp BUCKET/OBJECT to a different BUCKET/ I get the following error each time: Very interesting, I couldn't reproduce it though. Can you run the command again with --debug and send me the output? Here goes.. s3cmd -d mv s3:/

Re: [S3tools-general] unexpected error when doing a mv or cp

2009-02-10 Thread Michal Ludvig
Hi Kelby, > Apologies if this is already reported. I have just joined the mailing > list and when I try and search the archive SF.net gives "Error: Forum > not found" Apparently SourceForge guys have changed the forum links. Here's the right pointer: http://sourceforge.net/mailarchive/forum.php

[S3tools-general] unexpected error when doing a mv or cp

2009-02-10 Thread Kelby Rogers
Apologies if this is already reported. I have just joined the mailing list and when I try and search the archive SF.net gives "Error: Forum not found" My bucket names aren't DNS friendly for public acl, so ideally I want to rename a bucket, but can't see a way to do this. Instead I was plannin