Skip to content
Snippets Groups Projects
Commit d22f6665 authored by kaniini's avatar kaniini
Browse files

upload: formatting

parent 1596185a
Branches bugfix/s3-configuration
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment