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
v1.1.7
- Make Waffle.Storage.S3.s3_key/3 public, so that other modules can
have access to the object path (#100)
- Handle recv_timeout in Waffle.File (#102)
- Fix typos (#107)
- Support custom functions for transformations (#110)
v1.1.4 (2021-02-25)
- Upgrade deps for fixing compile warning in Elixir 1.11 (#74)
- Use elixir v1.11 as base image
- Make readme contain less marketing links
- Migrate to GitHub Actions from CodeShip CI
v1.1.3 (2020-09-14)
* fix missing comma in configuration (#65)
* request headers for remote file (#61)
By default, when downloading files from remote path request headers are empty,
but if you wish to provide your own, you can override the `remote_file_headers/1`
function in your definition module.
release v1.1.2 (2020-09-03)
* Improve docs of getting started and multiple minor changes (#55)
* refactor Waffle.File.do_generate_temporary_path/1 (#56)
v1.1.0
release v1.1.0
* update dependencies
* respect `content-disposition` header (#41)
* `ex_aws` needs to be at least 2.1.2 (#43)
* add attribution to the original work (#39)
Notes
Now, the Waffle respects `content-disposition` header. It means that
for remote uploads by url, we'll check for this header and will
respect the filename from it. In other words, we'll save a file with a
name from `content-disposition` header.