aboutsummaryrefslogtreecommitdiff
path: root/priv/templates
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-03 14:11:04 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-07-03 14:11:04 +0700
commit4f42093220393a13033fcfd306acf54c8791e98f (patch)
tree8c17fe1cea7de20b101f5a66aa5dceee547f635e /priv/templates
parenta565dbde4f2262bf30ea2df50f08454f2edda900 (diff)
downloadpleroma-4f42093220393a13033fcfd306acf54c8791e98f.tar.gz
Remove Uploaders.Swift
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/sample_config.eex17
1 files changed, 0 insertions, 17 deletions
diff --git a/priv/templates/sample_config.eex b/priv/templates/sample_config.eex
index 2d4a49328..5cc31c604 100644
--- a/priv/templates/sample_config.eex
+++ b/priv/templates/sample_config.eex
@@ -67,20 +67,3 @@ config :pleroma, Pleroma.Uploaders.Local, uploads: "<%= uploads_dir %>"
# For using third-party S3 clones like wasabi, also do:
# config :ex_aws, :s3,
# host: "s3.wasabisys.com"
-
-
-# Configure Openstack Swift support if desired.
-#
-# Many openstack deployments are different, so config is left very open with
-# no assumptions made on which provider you're using. This should allow very
-# wide support without needing separate handlers for OVH, Rackspace, etc.
-#
-# config :pleroma, Pleroma.Uploaders.Swift,
-# container: "some-container",
-# username: "api-username-yyyy",
-# password: "api-key-xxxx",
-# tenant_id: "<openstack-project/tenant-id>",
-# auth_url: "https://keystone-endpoint.provider.com",
-# storage_url: "https://swift-endpoint.prodider.com/v1/AUTH_<tenant>/<container>",
-# object_url: "https://cdn-endpoint.provider.com/<container>"
-#