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
I would expect the class method to merge with config.fog_attributes instead. This created a security issue in our application by replacing the global x-amz-server-side-encryption header.
I'm trying to set a header for remote file requests on some files uploaded to s3 and my assumption was that remote_#{column}_request_header=(header) from carrierwave/mount.rb would automatically set it for me. But now I bumped into this issue and got confused.
Is remote_#{column}_request_header=(header) a way to set the file header or is it carrierwave/mount.rb the way to go?
I would expect the class method to merge with config.fog_attributes instead. This created a security issue in our application by replacing the global x-amz-server-side-encryption header.
The text was updated successfully, but these errors were encountered: