logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 9988d9261c2c933ecb595d0b98790b40f3b44f52
parent 3f88e33a71ce02cdea722c322f1e86672aa5ff69
Author: Mark Felder <feld@feld.me>
Date:   Wed, 20 Jan 2021 16:33:00 -0600

Add bucket_namespace to be extra certain truncated_namespace works

Diffstat:

Mtest/pleroma/uploaders/s3_test.exs1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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: "" )