leo-project / leofs

The LeoFS Storage System
https://leo-project.net/leofs/
Apache License 2.0
1.55k stars 155 forks source link

s3cmd client bucket internal move(rename) function modification suggestion #152

Open rr-paras-patel opened 10 years ago

rr-paras-patel commented 10 years ago

e.g.

s3cmd mv s3://bucket/oldname s3://bucket/newname

In my case 5 GB of file it took around 3.5 minute to rename. if we edit this functionality we can reduce computational load on leofs-nodes.

for above bucket internal move we can say its object rename. so in this case it is copying entire object and save as new object. although we just need to rename the metadata:keyName of the file.

yosukehara commented 10 years ago

Unfortunately, we does not support this function, yet but we're considering to improve handling metadata with LeoFS v1.x.

Thank you for your suggestion :)