From 97df4c01ace627a2855d7db0688b5afc05ba42c1 Mon Sep 17 00:00:00 2001 From: Tobias Paepke Date: Thu, 27 Sep 2018 16:25:06 +0200 Subject: [PATCH] fix missing trailing whitespace on comment line --- netbox/netbox/configuration.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/configuration.example.py b/netbox/netbox/configuration.example.py index 852cac7f8..d78bb2c01 100644 --- a/netbox/netbox/configuration.example.py +++ b/netbox/netbox/configuration.example.py @@ -153,7 +153,7 @@ SHORT_DATETIME_FORMAT = 'Y-m-d H:i' # Default is to store the uploaded media files on local storage. # If you want to upload it to AWS or Minio you have to enable it explicitly S3_STORAGE_ENABLED = False -# S3 Credentials for media file storage +# S3 Credentials for media file storage AWS_ACCESS_KEY_ID = '' AWS_SECRET_ACCESS_KEY = '' AWS_S3_ENDPOINT_URL = ''