S3Sync.net
February 02, 2014, 01:20:07 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
S3Sync.net
>
General Category
>
Feature Requests
>
command to move objects?
Pages: [
1
]
« previous
next »
Print
Author
Topic: command to move objects? (Read 4587 times)
cm_gui
Newbie
Posts: 13
command to move objects?
«
on:
February 20, 2007, 01:33:41 PM »
Hi Greg
Is it possible to have a command to move objects from one location to another on the Amazon S3 server?
S33r is able to do this, but I prefer s3cmb/s3sync.
http://s33r.rubyforge.org/
Thank you.
Gui
Logged
lowflyinghawk
Jr. Member
Posts: 52
Re: command to move objects?
«
Reply #1 on:
February 20, 2007, 03:49:24 PM »
fyi, moving an object means retrieving it and then PUTting it to the new key. s3 provides no other means of doing this. it is fine for small objects, but very painful for big ones. it would be possible to build something on top of s3 that had the necessary bookeeping, in other words a layer of indirection, but it wouldn't be easy to make it reliable.
Logged
ferrix
Sr. Member
Posts: 363
(I am greg13070 on AWS forum)
Re: command to move objects?
«
Reply #2 on:
February 20, 2007, 04:04:16 PM »
As lfh says, there's no way to do this without an indirection between the names and contents. Because one of the design goals of s3sync is to have transparent (direct) naming of its nodes, it is not possible to implement this.
I'm not sure how your other tool does it (via indirection, or by doing another upload followed by a delete). But either way there won't ever be a "move" operation in s3sync for above stated reasons.
Logged
luke
Newbie
Posts: 2
Re: command to move objects?
«
Reply #3 on:
September 06, 2010, 05:00:41 PM »
According to Amazon this is supported. Looks like its done by doing a put where the source is a also in s3, if you copy within locations there is no charge which is ideal (well it costs two reqeusts, copy and delete original but way better that download and re-put it). This tool doesn't support that option though. I'm no Ruby developer otherwise I'd have a go. I assume this is a new-ish feature as none of the perl libraries I've been looking at support this either. The article I was reading is;
http://docs.amazonwebservices.com/AmazonS3/2006-03-01/API/index.html?SOAPCopyObject.html
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Announcements
=> Questions
=> General Discussion
=> Report Bugs
===> Closed Bugs
=> Feature Requests
Loading...