Title: You didn't set up your environment variables; see README.txt ?? Post by: diezmon on June 01, 2008, 10:18:44 PM I just upgraded to version 1.2.5 tonight. Now, no matter what I do I get
"You didn't set up your environment variables; see README.txt" my command is "s3sync.rb -r -v -p c:/images/Hobby/ media.mydomain.com:images/Hobby/" I have s3config.yml with the following: aws_access_key_id:myaccesskey aws_secret_access_key:mysecretaccesskey ssl_cert_file:C:\work\amazon_s3\s3sync\cert-file.pem I also tried setting them directly as env vars. "export AWS_ACCESS_KEY=234ldldldd..." that didn't work. then, I even changed confpath = ["./", "#{ENV['S3CONF']}", "#{ENV['HOME']}/.s3conf", "/etc/s3conf"] in s3config.rb.. that didn't work either. I'm running on XP and cygwin. I was running fine under 1.2.4... what's the deal here, what am I doing wrong??? Title: Re: You didn't set up your environment variables; see README.txt ?? Post by: diezmon on June 01, 2008, 10:35:05 PM ah ha.. ::) :o found it the problem, sheesh.
it's right there in my s3config.yml file, see it? ::) Title: Re: You didn't set up your environment variables; see README.txt ?? Post by: TeckniX on June 12, 2008, 03:59:38 PM please do feel like sharing with others what you modified - I would've said windows \ or / but who knows!
|