[PR #11986] [MERGED] Closes: #11781: Add support for Amazon S3 remote data sources #13884

Closed
opened 2025-12-29 23:21:21 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11986
Author: @jeremystretch
Created: 3/15/2023
Status: Merged
Merged: 3/15/2023
Merged by: @jeremystretch

Base: featureHead: 11781-s3-data-sources


📝 Commits (3)

  • 7f046ba Add boto3 as a dependency
  • 167a0b0 Add Amazon S3 backend for remote data sources
  • 38380ee Update docs to include Amazon S3 support

📊 Changes

6 files changed (+86 additions, -5 deletions)

View changed files

📝 base_requirements.txt (+4 -0)
📝 docs/models/core/datasource.md (+6 -4)
📝 docs/release-notes/version-3.5.md (+1 -1)
📝 netbox/core/choices.py (+2 -0)
📝 netbox/core/data_backends.py (+72 -0)
📝 requirements.txt (+1 -0)

📄 Description

Closes: #11781

Introduces S3Backend to enable replicating remote files from an Amazon S3 bucket


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/11986 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/15/2023 **Status:** ✅ Merged **Merged:** 3/15/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11781-s3-data-sources` --- ### 📝 Commits (3) - [`7f046ba`](https://github.com/netbox-community/netbox/commit/7f046baae3d743ad421fdce587fcad808cb7d34e) Add boto3 as a dependency - [`167a0b0`](https://github.com/netbox-community/netbox/commit/167a0b04888ab3b47434de1cac158f02652ccd1c) Add Amazon S3 backend for remote data sources - [`38380ee`](https://github.com/netbox-community/netbox/commit/38380ee0f44e41b2b26d1150d85a6fb2ff5819c4) Update docs to include Amazon S3 support ### 📊 Changes **6 files changed** (+86 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `base_requirements.txt` (+4 -0) 📝 `docs/models/core/datasource.md` (+6 -4) 📝 `docs/release-notes/version-3.5.md` (+1 -1) 📝 `netbox/core/choices.py` (+2 -0) 📝 `netbox/core/data_backends.py` (+72 -0) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description ### Closes: #11781 Introduces `S3Backend` to enable replicating remote files from an Amazon S3 bucket --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:21:21 +01:00
adam closed this issue 2025-12-29 23:21:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13884