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

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Questions / Re: "You didn't set up your environment variable" error on: March 24, 2008, 03:11:21 PM
Under Windows I had to change the following

In the s3config.rb file update it so it looks in the local folder (where s3sync.rb) is for the config file.
  confpath = ["#{ENV['S3CONF']}", "#{ENV['HOME']}/.s3conf", "/etc/s3conf"]
to
  confpath = ["./", "#{ENV['S3CONF']}", "#{ENV['HOME']}/.s3conf", "/etc/s3conf"]

I didn't want to mess with the environment variables.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!