You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i have paperclip configured like so
Paperclip::Attachment.default_options.merge!(
:storage => :s3,
:bucket => 'treatmentbylanshin',
:s3_credentials => {
:access_key_id => '',
:secret_access_key => ''
}
)
And the filepath that rich is uploading to is this
So i have paperclip configured like so
Paperclip::Attachment.default_options.merge!(
:storage => :s3,
:bucket => 'treatmentbylanshin',
:s3_credentials => {
:access_key_id => '',
:secret_access_key => ''
}
)
And the filepath that rich is uploading to is this
http://s3.amazonaws.com/treatmentbylanshin/rich/rich_files/rich_files/8/original/
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: