- 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.