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?forum_name=s3tools-general

> 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.

Nope, Amazon doesn't allow that.

> Instead I was planning on moving the contents of the bucket to a DNS 
> friendly named bucket, and then deleting the original bucket.
> 
> I have tried the following:
> mv BUCKET to a different BUCKET
> mv BUCKET/* to a different BUCKET

Recursive cp/mv is not yet implemented. But should be soon.

> cp BUCKET/OBJECT to a different BUCKET
> cp BUCKET/OBJECT to a different BUCKET/
> 
> I get the following error each time:

These work for me:

~$ s3cmd cp --acl-public s3://FUXXK/ChangeLog s3://public.s3tools.org/
File s3://FUXXK/ChangeLog copied to s3://public.s3tools.org/ChangeLog
Public URL is: http://public.s3tools.org/ChangeLog

> Problem: ExpatError: mismatched tag: line 5, column 2
> S3cmd:   0.9.9-rc3
> Python:  2.5.2 (r252:60911, Jul 31 2008, 17:31:22)  [GCC 4.2.3 (Ubuntu 
> 4.2.3-2ubuntu7)]
> [...]
>   File "/usr/lib/python2.5/xml/etree/ElementTree.py", line 1245, in feed
>     self._parser.Parse(data, 0)
> ExpatError: mismatched tag: line 5, column 2

Very interesting, I couldn't reproduce it though. Can you run the
command again with --debug and send me the output?

Thanks

Michal

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to