Add Amazon S3 support for remote data sources #11781
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.4.4
Feature type
New functionality
Proposed functionality
Support for remote data synchronization is being introduced in NetBox v3.5 under #11558, with support for git repositories and local paths to files on disk. This FR proposes the addition of support for automatic synchronization from Amazon S3 and other S3-compatible providers.
Implementation will entail the introduction of a new "S3" remote source type and a new
S3DataBackend
class to facilitate the synchronization functions.Use case
Extends the new data synchronization feature to support S3-compatible sources.
Database changes
None
External dependencies
We'll likely introduce the boto3 Python SDK as a dependency for this backend.
The text was updated successfully, but these errors were encountered: