Uploader.S3 added support stream uploads
This commit is contained in:
parent
29807ef6a5
commit
bb9c539580
4 changed files with 100 additions and 6 deletions
3
mix.exs
3
mix.exs
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue