S3Sync.net
February 02, 2014, 01:36:59 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 20 21 [22] 23 24 25
316  General Category / Closed Bugs / Re: NoMethodError when uploading dir instead of dir contents on: March 07, 2007, 05:35:16 PM
I ran into this too this morning and quickly fixed it.  Try getting the tarball again and see if it's better for you as well.  I didn't even up the version for this, which is naughty I know.  But I'm supa busy today.
317  General Category / Feature Requests / Package as a Ruby Gem on: March 07, 2007, 05:33:58 PM
subject says it all
318  General Category / General Discussion / Re: linux/windows filesystem ruby portability on: March 07, 2007, 11:56:57 AM
I split your reply and put it in feature requests, because I like your suggestions and want to make sure my stuff follows those recommendations in the future.
319  General Category / General Discussion / MOVED: linux/windows filesystem ruby portability on: March 07, 2007, 11:55:55 AM
This topic has been moved to Feature Requests.

http://s3sync.net/forum/index.php?topic=31.0
320  General Category / General Discussion / Re: linux/windows filesystem ruby portability on: March 07, 2007, 04:27:46 AM
OK so.. for the sake of argument, what's the "correct" way to handle this then?
321  General Category / General Discussion / Re: linux/windows filesystem ruby portability on: March 06, 2007, 11:13:07 AM
Sure but your scenario still works as long as one of the systems is S3.

Why would you move [platform A] => S3 => [platform B]
why not just rsync between the two platforms?

The point of s3sync is because one of your endpoints is S3... not because you are using S3 as a cache between the two endpoints  Wink
322  General Category / General Discussion / Re: linux/windows filesystem ruby portability on: March 06, 2007, 04:52:55 AM
I don't much care about crossing platforms with a particular set of data.  The important thing is that whatever platform you use, the data round trip works as expected.  Once you start juggling the same data from linux, to s3, and then to windows, that's not my problem. 
323  General Category / General Discussion / Re: Amazon object limit of 5 GB causing problem for rsync (s3sync) on: March 06, 2007, 04:49:03 AM
Hints:
- Learn how S3 REST interface works by reading the amazon documentation on it.
- Get a working knowledge of Ruby with http://www.rubycentral.com/book/index.html
- Look at s3sync.rb and s3cmd.rb code and comments
324  General Category / Questions / Re: Error when I use s3sync on: March 06, 2007, 04:43:46 AM
Your bucket is probably not named "bucket".
325  General Category / Closed Bugs / Re: s3sync performance testing: Slow Downloads on: March 05, 2007, 11:16:08 AM
I think all my ruby's are 1.8.5.  It's possible that they sped it up?
326  General Category / General Discussion / Re: Amazon object limit of 5 GB causing problem for rsync (s3sync) on: March 05, 2007, 07:39:18 AM
They're not especially "compatible", as you can tell from the following caveats.  s3cmd can't create the "folder nodes" that s3sync expects, and there's no facility for automatically adding s3sync-like meta-data for permissions and ownership.  It's not a defect, per se.. s3cmd is not intended as a "light weight s3sync" or anything of the kind.  It is strictly meant to cover the low level s3 operations like other s3 "shells".  Things such as listing and creating buckets, poking at individual files, etc.

Let me say that again and clarify: s3cmd is LOW LEVEL.. direct access to the keys and objects on s3.  You can't be thinking about them like directories and files, because they're not, and they don't behave as such.  You can't use s3cmd to "get a sub directory" because there's no such thing.

Having said that, s3cmd should be able to list the keys in your bucket (added by s3sync or anything else) and then you can do a "get" for whatever key you want. 

I would say in general you shouldn't be trying to poke at s3sync'd stuff with s3cmd.. it's just not intended.  It would be more likely, if anything, for me to enhance s3sync to handle single files some day.  The code for that is mostly there already, but the initial conditions setup is brittle, and I am disinclined to kick it around any more than necessary.
327  General Category / Feature Requests / Re: Show Upload Time in s3cmd's list command on: March 05, 2007, 07:31:40 AM
Oops I missed that.  I'll answer it over there.
328  General Category / Closed Bugs / Re: s3sync performance testing: Slow Downloads on: March 03, 2007, 08:29:23 PM
Only if there was a noticeable difference from wget (which is accepted as the control in our tests)
329  General Category / Closed Bugs / Re: s3sync performance testing: Slow Downloads on: March 03, 2007, 04:27:23 PM
Yes I was testing with your file lfh.

The total time to get it is not of interest.. It just reflects my maximum available bandwidth to my home windows machine here.  In addition to having a cheap connection, I am also running freenet, which is a nearly constant drain on part of my available width.
330  General Category / Closed Bugs / Re: s3sync performance testing: Slow Downloads on: March 03, 2007, 01:51:38 AM
wget times are mostly within 43-45s
s3cmd are mostly within 46-48s

This is on Windows.  When I profile ruby here, it REALLY sucks the performance down though.. So instead I just clock timed it.
Pages: 1 ... 20 21 [22] 23 24 25
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!