diff options
author | Maksim <parallel588@gmail.com> | 2019-08-10 11:27:59 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-08-10 11:27:59 +0000 |
commit | bb9c53958038bb74ad76a9d887b15e6decb5249c (patch) | |
tree | e78112bdf099480cf1128f32da9a5014beb05e24 /mix.exs | |
parent | 29807ef6a5b43a528ffca08b4f721b251f331c8d (diff) | |
download | pleroma-bb9c53958038bb74ad76a9d887b15e6decb5249c.tar.gz pleroma-bb9c53958038bb74ad76a9d887b15e6decb5249c.zip |
Uploader.S3 added support stream uploads
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -114,8 +114,9 @@ defmodule Pleroma.Mixfile do {:tesla, "~> 1.2"}, {:jason, "~> 1.0"}, {:mogrify, "~> 0.6.1"}, - {:ex_aws, "~> 2.0"}, + {:ex_aws, "~> 2.1"}, {:ex_aws_s3, "~> 2.0"}, + {:sweet_xml, "~> 0.6.6"}, {:earmark, "~> 1.3"}, {:bbcode, "~> 0.1.1"}, {:ex_machina, "~> 2.3", only: :test}, |