S3: Fix mkdir not to error if bucket exists and implement SetModTime

This commit is contained in:
Nick Craig-Wood
2013-01-08 22:31:16 +00:00
parent b9e468ebbd
commit 38ce4c3629
2 changed files with 20 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ Todo
* Factor fses into own packages
* FIXME: ls without an argument for buckets/containers?
* FIXME: More -dry-run checks for object transfer
* FIXME: EU Region not working
* Might be quicker to check md5sums first? for swift <-> swift certainly, and maybe for small files
* Ignoring the pseudo directories
* if object.PseudoDirectory {
* fmt.Printf("%9s %19s %s\n", "Directory", "-", fs.Remote())