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 = ''