On Saturday, November 8, 2014 1:21:45 PM UTC, Thilak G wrote:
>
>
> CarrierWave.configure do |config|
> config.fog_credentials = {:provider               => 'AWS',                   
>      :aws_access_key_id      => 'XXXXX',                        
> :aws_secret_access_key  => 'YYYYY',                        :region            
>      => 'us-east-1',                  :host                   => 
> 's3.example.com',             :endpoint               => 
> 'https://s3.example.com:8080' 
>
>

You shouldn't be setting that host or endpoint option ( you'd only use 
those if you were using a custom file storage service that speaks the S3 
protocol, e.g. eucalyptus walrus)

Fred 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/f8b6c0a2-6079-42f7-9bdf-bf9aab1a85c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to