Closes: #11781: Add support for Amazon S3 remote data sources (#11986)

* Add boto3 as a dependency

* Add Amazon S3 backend for remote data sources

* Update docs to include Amazon S3 support
This commit is contained in:
Jeremy Stretch
2023-03-15 12:11:52 -04:00
committed by GitHub
parent 5cd3ad0b12
commit cacc418cd5
6 changed files with 86 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
# https://github.com/mozilla/bleach
bleach<6.0
# Python client for Amazon AWS API
# https://github.com/boto/boto3
boto3
# The Python web framework on which NetBox is built
# https://github.com/django/django
Django<4.2