A hobbldey-working swift client.

apparently, all elixir openstack libraries are trash
luckily, the APIs are stupid easy.
This commit is contained in:
Thurloat 2018-08-28 22:32:24 -03:00
commit 2ff25ac0ce
5 changed files with 94 additions and 2 deletions

View file

@ -12,7 +12,7 @@ defmodule Pleroma.Upload do
strip_exif_data(content_type, file.path)
url_path = @storage_backend.put_file(name, uuid, file, content_type, should_dedupe)
url_path = @storage_backend.put_file(name, uuid, file.path, content_type, should_dedupe)
%{
"type" => "Document",