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

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 5 6 [7] 8 9 ... 25
91  General Category / Questions / Re: Possible to put s3sync into version control? on: March 12, 2008, 11:07:21 AM
Oh I thought you meant contributions submitted to me, that get incorporated into the official release.  I see what you mean now.

So what patches are you sitting on?  Anything interesting? Smiley
92  General Category / Questions / Re: Possible to put s3sync into version control? on: March 12, 2008, 02:42:20 AM
I will eventually.  However I have no evidence that the lack of patches is a result of not having a subversion db  Grin
93  General Category / Questions / Re: Files uploaded twice to EU buckets with s3cmd? on: February 25, 2008, 11:15:51 AM
No it is redirected, and then uploaded.  This is normal EU bucket behavior at least for "new" buckets.
94  General Category / Questions / Re: Connection refused - connect(2) (Errno::ECONNREFUSED) on: February 17, 2008, 05:52:58 PM
For me S3 has been a yoyo the last few days.  I think they are having server issues of some kind.
95  General Category / General Discussion / Getting CA certificates, re-examined on: February 15, 2008, 12:47:05 AM
For -s (--ssl) You used to be able to use just one certificate (with SSL_CERT_FILE) to identify all the s3.amazonaws.com, but recently AWS has started using more than one CA.  So oops, syncs will start failing....

There is a debian package ca-certificates; this is what I'm using now.
apt-get install ca-certificates
and then use:
SSL_CERT_DIR=/etc/ssl/certs

But what if you don't know how to get certs for your platform in a format that ruby can digest?
Well first I recommend seeing if your vendor has a "correct" way to get a trusted CA list set up. 

In case it's helpful, I synced my "/etc/ssl/certs" dir to ServEdge_pub:s3sync/certs
So you can pull my copy of the certs dir down if you want.  It turns out all the cert files are just symlinks to the ca-certificates.crt file.  So you could just use s3cmd to get ServEdge_pub:s3sync/certs/ca-certificates.crt, and then use the SSL_CERT_FILE setting to point ruby at that.  That's how I do it in Windows, because the symlinks don't translate cross platform anyway.
96  General Category / Announcements / AWS is changing certs on: February 14, 2008, 11:58:04 PM
Hi all.  I wanted to put this note into announcements for anyone who is watching this board, because there has been an AWS change that can break your s3sync setup.

See http://s3sync.net/forum/index.php?topic=164.msg674#msg674 for more info.
97  General Category / Questions / Re: Change ACL of existing (already uploaded) key? x-amz-acl:public-read on: February 12, 2008, 09:05:55 AM
My tools offer no way to do this currently, but I know s3fox does  Grin
98  General Category / General Discussion / MOVED: Preserve modification times? on: February 10, 2008, 09:20:42 AM
This topic has been moved to Feature Requests.

http://s3sync.net/forum/index.php?topic=159.0

Yep I think this is a good feature request.
99  General Category / Questions / Re: s3cmd put works well, but s3sync is failing for me on: February 10, 2008, 09:19:51 AM
Remove / between : and projects

$ ./s3sync.rb -r /usr/local/backup/upload/ rekf0mgfa5v6h5ktg2.backup:projects

and thanks for including command line. 
100  General Category / Report Bugs / Re: files with colons in them on: February 07, 2008, 02:08:19 PM
Pretty much anything can be stored as long as it is encoded properly.
101  General Category / Report Bugs / Re: files with colons in them on: February 06, 2008, 11:06:02 AM
I'm sure this is just a bug due to my parsing of the command line.  We needn't get into arguments about characters and encoding Smiley
102  General Category / Questions / MOVED: files with colons in them on: February 05, 2008, 05:21:02 PM
This topic has been moved to Report Bugs.

http://s3sync.net/forum/index.php?topic=155.0

Because I think this counts as a bug.
103  General Category / Questions / Re: DELETE BUCKETS on: February 04, 2008, 09:56:58 PM
s3fox does not understand "directories" the same way as s3sync does.  See many other threads on this for more info.
104  General Category / Questions / Re: S3sync seems to be uploading/checking but s3Fox doesn't show the files on: February 04, 2008, 09:55:47 PM
Already loads of threads talking about s3fox incompat with s3sync, and about the fiction of "directories" on s3.  I have mixed luck with fox.  Sometimes it shows a "dir" as a file, but if you add that to the path manually it will go "in" to the "dir" that it didn't think was there.
105  General Category / Questions / Re: SSL - No Love on: February 04, 2008, 09:53:22 PM
There is not really anything in your question I can use to diagnose what is going on.  Could be anything.   Path problem? File format problem? Permission to file?
Pages: 1 ... 5 6 [7] 8 9 ... 25
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!