Browse Source

upload: formatting

tags/v0.9.9
William Pitcock 5 years ago
parent
commit
d22f66655b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lib/pleroma/upload.ex

+ 2
- 1
lib/pleroma/upload.ex View File

@@ -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


Loading…
Cancel
Save