Hey thanks for creating what I believe is the correct way to do this!
I'd like to request the ability to specify upload options: My specific use-case is incoming transformations.
I'm not entirely sure how this would be communicated to the storage layer but declaring the options on the model's field would be nice.
With pycloudinary the way they've supported this is to allow you to extend and override CloudinaryField.upload_options(). I don't like this style though as it's preferred to specify options like this as arguments to the field's constructor.
Hey thanks for creating what I believe is the correct way to do this!
I'd like to request the ability to specify upload options: My specific use-case is incoming transformations.
I'm not entirely sure how this would be communicated to the storage layer but declaring the options on the model's field would be nice.
With
pycloudinarythe way they've supported this is to allow you to extend and overrideCloudinaryField.upload_options(). I don't like this style though as it's preferred to specify options like this as arguments to the field's constructor.