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

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 4 5 [6] 7 8 ... 25
76  General Category / Questions / Re: s3cmd get use a lot or resource, 10 times more CPU the put on: May 10, 2008, 08:16:07 PM
You'd have to set up profiling in ruby to see where the cpu is going.  I bet it's not in the s3sync code; the ruby http library is awful.
77  General Category / Report Bugs / Re: Syncing down from S3 fails to create directories (w/ --sync-dirs) on: May 10, 2008, 08:14:49 PM
It might not be perfect.  Try creating the top level directory it's stuck on.
78  General Category / General Discussion / Re: Public Upload Location on: April 26, 2008, 12:54:35 PM
I just used patience Smiley
79  General Category / Closed Bugs / Re: Owner ID is incorrect on: April 26, 2008, 01:17:33 AM
Yeah that's a good reason, I was just wondering.  I've never run through cygwin, but it seems like the bug is in cygwin or the ruby library (because the uid/gid code in s3sync is dead simple). 
80  General Category / Closed Bugs / Re: Owner ID is incorrect on: April 25, 2008, 07:52:06 AM
Just a thought... but why run s3sync in cygwin with busted permissions when you could just run it native in windows where uid/gid and such are ignored?
81  General Category / General Discussion / Re: s3sync speed vs rsync on: April 24, 2008, 10:39:11 PM
I'd guess the cpu is due to s3sync md5'ing every local file to check if it needs to be re-sync'd.  But just a best guess.  Otherwise, it's not really meaningful to compare the two.  They don't share any common code or architecture.
82  General Category / Questions / Re: Sync Deletes Files on: April 24, 2008, 12:53:57 AM
Yes with "--delete" you are instructing it to do the thing that you don't want.  There is also no need to use -d unless you are debugging.
83  General Category / Questions / Re: Expires & Cache control on: April 16, 2008, 11:01:47 PM
To s3, nothing direct.  They just set values that will be returned when something does a GET for that item.  Exp and CC are used by browsers and proxies to determine how (long) to cache a resource.
84  General Category / Questions / Re: Recent sync issues on: April 08, 2008, 04:02:40 PM
I think the latest revision fixes the SSL retry fail-loop.
85  General Category / Questions / Re: Is S3Sync compatible w/ DevPay? on: April 02, 2008, 11:10:18 PM
I haven't looked at that stuff but yes s3sync/cmd uses REST.  One *can* do signed URLs in s3cmd but it is not the default.

But really, I have almost no concept of Devpay so I can't comment on compatibility beyond that.
86  General Category / Report Bugs / Re: s3sync.rb deleting sibling directories on when syncing to S3 on: April 02, 2008, 11:08:26 PM
I still call it a bug, but this helps explain why it hasn't been caught for so long.
87  General Category / Report Bugs / Re: s3sync.rb deleting sibling directories on when syncing to S3 on: April 02, 2008, 03:29:27 AM
Sure seems like a bug.. Instead of test and test2 what if you use "test" and "apple" or something that doesn't begin with the other one.  It shouldn't matter but I wonder if the S3 listing logic is returning like all of "test*" when we expect "test/*"

Let me know if that makes a diff.  As it may be apparent, I haven't had any time for this project lately ......
88  General Category / Report Bugs / Re: s3 suddenly completely broken - 403 forbidden on: March 21, 2008, 05:05:52 PM
Try with another app to confirm it's not a config issue.  Try with SSL, maybe you are being proxied.  If that fails, then I'd blame the id/secret next.  If that fails, check if you paid your S3 bill? Wink

If you can wireshark or tcpdump the non-ssl transaction (whole packets not just the useless headers) you may be able to see a more detailed error in the response.
89  General Category / Questions / Re: Possible to put s3sync into version control? on: March 12, 2008, 10:17:43 PM
Here you go:
http://code.google.com/p/s3sync-s3cmd/source/checkout

As I get more time I'll start offloading items from this site over to google.
90  General Category / Questions / Re: Possible to put s3sync into version control? on: March 12, 2008, 09:49:24 PM
Understood.  I have been asked to just put this up on google code instead of having this hacked-together custom site for it. It's a great idea but I've been too busy to do so yet.
Pages: 1 ... 4 5 [6] 7 8 ... 25
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!