logo

pleroma

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

Consistent comment style for :ex_aws

Diffstat:

Mconfig/config.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs @@ -79,7 +79,7 @@ config :ex_aws, :s3, # host: "s3.wasabisys.com", # required if not Amazon AWS access_key_id: nil, secret_access_key: nil, - # region: nil, # example: "us-east-1" + # region: "us-east-1", # may be required for Amazon AWS scheme: "https://" config :pleroma, :emoji,