Were the issues I've been reading about ever been resolved? I've installed ruby/s3sync for the first time, and assumed that getting the latest version of each was best practice. Here's the script & error message:
--------
export AWS_ACCESS_KEY_ID=xxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxx
export SSL_CERT_DIR=/home/xxxx/s3sync/certs
ruby /home/xxxx/s3sync/s3sync.rb -r -v --no-md5 --ssl --dryrun --exclude="_notes$" --delete /home/xxxx/public_html/images/ static.xxxx.com: >> /home/xxxx/logs/s3sync.log
--------
--------
/home/xxxx/s3sync/s3sync.rb:23:in `require': no such file to load -- md5 (LoadError)
from /home/xxxx/s3sync/s3sync.rb:23:in `<module:S3sync>'
from /home/xxxx/s3sync/s3sync.rb:11:in `<main>'
--------
Is there another module I need to install in addition to the standard Ruby 1.9.1? I have seen many questions about the above error online, but have never seen an answer that actually addresses the problem
Many thanks to anyone that can help!