projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f88e33
)
Add bucket_namespace to be extra certain truncated_namespace works
author
Mark Felder
<feld@feld.me>
Wed, 20 Jan 2021 22:33:00 +0000
(16:33 -0600)
committer
Mark Felder
<feld@feld.me>
Wed, 20 Jan 2021 22:33:00 +0000
(16:33 -0600)
test/pleroma/uploaders/s3_test.exs
patch
|
blob
|
history
diff --git
a/test/pleroma/uploaders/s3_test.exs
b/test/pleroma/uploaders/s3_test.exs
index 242dc0d50cbe836edbff346b82c74e66468a3ce5..9910525962c505dc68a49df81a0c051020141db7 100644
(file)
--- a/
test/pleroma/uploaders/s3_test.exs
+++ b/
test/pleroma/uploaders/s3_test.exs
@@
-29,6
+29,7
@@
defmodule Pleroma.Uploaders.S3Test do
test "it returns path without bucket when truncated_namespace set to ''" do
Config.put([Pleroma.Uploaders.S3],
bucket: "test_bucket",
+ bucket_namespace: "myaccount",
truncated_namespace: ""
)