I have set the active storage configuration to use AWS S3 in production.rb
, It's working fine for one bucket, but now the requirement is I wanted to use a different bucket for a specific upload. In other words I want to change the default configuration in middle of a specific uploader action.
Is it possible to achieve it?