in application path public/users/user_list.csv is present. I need to
upload this CSV file to s3 . Now, in S3 it is storing as text file, not
as CSV. I am Using paperclip.

file_to_s3 = File.open("public/users/user_list.csv")
CsvFileStorage.create!("csv" => file_to_s3) return report_name

How can I read & convert this local CSV & upload it to s3.

Please help.

-- 
Posted via http://www.ruby-forum.com/.

-- 
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/0373d2128a407a45be57a78abc79cc19%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to