You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.