Excon::Error::Forbidden

Author: ganeshchothveCreated Jan 20, 2025Updated Feb 1, 2025
Labelsneeds info

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

Source: carrierwaveuploader/carrierwave