-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Expected(200) <=> Actual(403 Forbidden) (Excon::Error::Forbidden) excon.error.response :body =>
Expected(200) <=> Actual(403 Forbidden) (Excon::Error::Forbidden)
getting error in carrierwave 3.1.0 whereas it was previously working
ex:
class Student
mount_uploader :profile
end
Student.first.profile.present?
getting error on above check
everything aws s3 permissions everything is okay. the only thing is i upgraded this from version 3.0.7 to 3.1.0 and issue started occuring