Merge branch 'features/add-credo-to-ci' into 'develop'
[akkoma] / lib / pleroma / uploaders / s3.ex
index 0038ba01fdc0104bf3f06df637be60ed985ddc12..e7de3f3e0de84da366987a3b0a89ca9429080c20 100644 (file)
@@ -6,7 +6,8 @@ defmodule Pleroma.Uploaders.S3 do
   @behaviour Pleroma.Uploaders.Uploader
   require Logger
 
-  # The file name is re-encoded with S3's constraints here to comply with previous links with less strict filenames
+  # The file name is re-encoded with S3's constraints here to comply with previous
+  # links with less strict filenames
   def get_file(file) do
     config = Pleroma.Config.get([__MODULE__])
     bucket = Keyword.fetch!(config, :bucket)