From d22f66655b0693ebcf9291f7e443a7d7de2d28c6 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 28 Aug 2018 00:25:30 +0000 Subject: [PATCH] upload: formatting --- lib/pleroma/upload.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/upload.ex b/lib/pleroma/upload.ex index 6bed0e8ff..a744e6fd4 100644 --- a/lib/pleroma/upload.ex +++ b/lib/pleroma/upload.ex @@ -240,7 +240,8 @@ defmodule Pleroma.Upload do ExAws.S3.put_object(bucket, s3_name, file_data, [ {:acl, :public_read}, {:content_type, content_type} - ]) |> ExAws.request() + ]) + |> ExAws.request() "#{public_endpoint}/#{bucket}/#{s3_name}" end