forked from AkkomaGang/akkoma
Add bucket_namespace to be extra certain truncated_namespace works
This commit is contained in:
parent
3f88e33a71
commit
9988d9261c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ test "it returns path to local folder for files" do
|
||||||
test "it returns path without bucket when truncated_namespace set to ''" do
|
test "it returns path without bucket when truncated_namespace set to ''" do
|
||||||
Config.put([Pleroma.Uploaders.S3],
|
Config.put([Pleroma.Uploaders.S3],
|
||||||
bucket: "test_bucket",
|
bucket: "test_bucket",
|
||||||
|
bucket_namespace: "myaccount",
|
||||||
truncated_namespace: ""
|
truncated_namespace: ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue