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
We are seeing this issue as well when attempting to upgrade Carrierwave to the latest version. The error is happening on a HEAD request to a S3 file that is publicly readable. Excon and Fog-AWS are latest versions as well.
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
The text was updated successfully, but these errors were encountered: