uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

Storing behaviour #155

Closed rsedykh closed 3 months ago

rsedykh commented 4 months ago

We've recently updated storing behaviour, which affects only new users — https://uploadcare.com/docs/changelog/#2024-02-12 (read changelog entry and follow the documentation link).

What should be done:

vipulnsward commented 3 months ago

Looks like we kind of already started doing "auto", even before https://uploadcare.com/docs/changelog/#2024-02-12 😃

Ref: https://github.com/uploadcare/uploadcare-ruby/blob/10efe72c8d76afcb1d0e8dc4ec09339cf640476b/lib/uploadcare/param/upload/upload_params_generator.rb#L26-L26

This was since https://github.com/uploadcare/uploadcare-ruby/commit/88dfed6c94de38323b41b334c5c796950a4ea97b#diff-d619384f20c0068d24701b1f307ba2daa84c09aacb7d3ce309ee21263c823bbb

I am looking around now and changing in the examples.