filestack / filestack-ruby

Official Ruby SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
34 stars 27 forks source link

Missing 'cache' Transformation #52

Closed rtymchyk closed 5 years ago

rtymchyk commented 5 years ago

I notice that cache is not a valid item under TRANSFORMATIONS. For example, I'd like to be able to do:

transform.cache(expiry: 'max')

Is there any reason why I cannot create a PR to whitelist it?

rtymchyk commented 5 years ago

Pull request ready ^

gabifija commented 5 years ago

Already fixed! 👍

rtymchyk commented 5 years ago

Ty