Skip to content

Releases: carrierwaveuploader/carrierwave-aws

Version 1.1.0

24 Feb 15:22
Compare
Choose a tag to compare
  • Added: Enable using AWS for cache storage, making it easy to do direct file uploads. [Fabian Schwahn]
  • Added: Block support for reading from AWS files. This prevents dumping the entire object into memory, which is a problem with large objects. [Thomas Scholz]
  • Fixed: Duplicate the public_url before signing. All of the strings are frozen, and some cloud signing methods attempt to mutate the url.