Constantine Nathanson
Constantine Nathanson
@arya2004 yes, please!
@Nupoor10 , sure, go ahead!
@Nupoor10 , sure no problem. Thank you for your interest anyway!
@0x4a616e , thank you for the pull request! This is an internal (although marked as public) function. The function to use is: https://github.com/cloudinary/pycloudinary/blob/002c705d01d31c3c1ecd6ac50fb2a0aa65f8c989/cloudinary/utils.py#L614 Inside it performs parameters cleanup and normalization:...
@airjoshb , thank you for reporting the issue! This is indeed weird. Did it happen in the previous version of the SDK, for example: [2.1.2]( https://github.com/cloudinary/cloudinary_gem/releases/tag/2.1.2) ? In the latest...
@airjoshb when setting those values in `storage.yml` those values are not passed to the global config, but stored as `@options` in the service class and then they get passed to...
@airjoshb I was able to setup the mirror storage, set a few different cloudinary configurations in `storage.yml` ``` mirror: service: Mirror primary: local mirrors: - cloudinary_test - cloudinary_development ``` And...
Hey @airjoshb , There are actually 2 ways configuring Cloudinary using env variables, using `CLOUDINARY_URL` and using separate env variables, see: https://github.com/cloudinary/cloudinary_gem/blob/c50fa141a713a767689c3abcd34066148e8e9c51/lib/cloudinary/config.rb#L9 I would check `CLOUDINARY_CLOUD_NAME` env variable in your...
@airjoshb, this is really strange. One thing I can think of is that maybe `ActiveStorage::MirrorJob` is running in a separate process that does not inherit environment variables and that's why...
@iamakhileshmishra feel free to implement it!