From ad40f433da9a46b44ac368175d7f3452a0d0aff9 Mon Sep 17 00:00:00 2001 From: Arzhel Younsi Date: Wed, 26 Jun 2024 13:27:04 +0000 Subject: [PATCH] Remove SWIFT storage from configuration_example.py --- netbox/netbox/configuration_example.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/netbox/netbox/configuration_example.py b/netbox/netbox/configuration_example.py index 5e1815930..84ead5339 100644 --- a/netbox/netbox/configuration_example.py +++ b/netbox/netbox/configuration_example.py @@ -230,17 +230,6 @@ SESSION_FILE_PATH = None # 'AWS_STORAGE_BUCKET_NAME': 'netbox', # 'AWS_S3_REGION_NAME': 'eu-west-1', # } -# Swift is also supported as storage backend, for example: -# STORAGE_BACKEND = 'swift.storage.SwiftStorage' -# STORAGE_CONFIG = { -# 'SWIFT_AUTH_URL': 'https://swift.netbox.dev/auth/v1.0', -# 'SWIFT_USERNAME': 'netbox', -# 'SWIFT_PASSWORD': 'Secret', -# 'SWIFT_CONTAINER_NAME': 'netbox', -# 'SWIFT_USE_TEMP_URLS': True, -# 'SWIFT_TEMP_URL_KEY': 'Secret', -# 'SWIFT_BASE_URL': 'https://demo.netbox.dev/', -# } # Time zone (default: UTC) TIME_ZONE = 'UTC'