permanentredirect s3 for unspecified endpoint
问题 I'm experimenting with s3 but im running into a permission problem (i think). Output: AWS::S3::PermanentRedirect in CkeditorController#create The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. I'm using ckeditor. My Ckeditor::Picture class includes this: has_attached_file :data, :s3_credentials => "#{Rails.root}/config/s3.yml", :storage => :s3, :path => ":attachment/:id/:style.:extension" validates