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

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 23 24 [25]
361  General Category / General Discussion / Is this thing on??? on: February 19, 2007, 06:46:02 AM
Of all the times for S3 to go out.. it had to be while I was right in the middle of coding s3sync changes.

This is, by far, the most ironic definition of "high availability" that I have ever seen.

It's a good thing for AWS that they made the S3 API so well, or else I'd totally kick this crap to the curb and go with a competitor.
362  General Category / Feature Requests / API to call s3sync from another ruby program on: February 18, 2007, 04:59:32 AM
subject says it all
363  General Category / Questions / Re: Calling s3sync from another ruby app on: February 18, 2007, 04:58:59 AM
Well trivially speaking you could call it as a system command.

To do something more sophisticated would require bit of a refactor of the code.  Right now, the options setting, command-line parsing, and outer "main" execution are all sort of tightly coupled.  I had not ever envisioned making an API, per se.

It's a good idea though.
364  General Category / Feature Requests / Re: s3sync.rb to run without current directory defined to where s3try.rb, S3.rb on: February 17, 2007, 10:06:57 PM
Does anyone know whether the "gem" distribution (see home page) solves this issue?  I've never tried it.

If so, then I guess it might be time for me to look into what's needed to distribute the main package as a gem.
365  General Category / Closed Bugs / Re: failure to create necessary directories on localhost? on: February 17, 2007, 10:04:28 PM
Did you *upload* the files using s3sync.rb?  If so, then directory nodes should have been placed which would, upon retreival, do all the correct local dir creation.
366  General Category / Feature Requests / Re: --exclude on: February 16, 2007, 03:44:20 PM
Here is the patch I was sent by Benjamin Jackson.  I have been so busy that I literally haven't even looked at it yet.

You (anyone) are welcome to poke at it and let me know what you think.  I can't recommend or anti-recommend it yet.
367  General Category / Feature Requests / Support SSL_CERT_FILE on: February 16, 2007, 03:28:59 AM
See http://developer.amazonwebservices.com/connect/thread.jspa?messageID=52969&tstart=0#52969
368  General Category / Feature Requests / --exclude on: February 16, 2007, 03:27:55 AM
subject says it all.
369  General Category / Closed Bugs / s3 to local fails when no slash in s3 arg on: February 16, 2007, 03:26:19 AM
ruby -I /usr/local/s3sync /usr/local/s3sync.rb -r foobucket:barprefix /restore/dir

This says "put the item foobucket:barprefix into the /restore/dir " folder.  So it tries to recursively fill /restore/dir/foobucket:barprefix which
  • doesn't exist, and
  • is silly
370  General Category / Closed Bugs / Empty (missing) prefix doesn't work right on: February 16, 2007, 03:21:06 AM
s3sync expects there to be some part of the path in common (i.e. the 'prefix') after the s3 bucket name.  So paths of the form
foobucket:barpath
will work, but
foobucket:
will not.
Pages: 1 ... 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!