Uploading scripts with S3 as storage backend #16508
Unanswered
kennedymeadows
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think I am having the same issue as this #13095
I have configured S3 as my storage backend and am using it without issue for images. One thing to note is that I did not configure AWS_ACCESS_KEY_ID or AWS_SECRET_ACCESS_KEY as neither is necessary within my stack which has a role based permission to access the netbox-specific bucket from the EC2 running netbox.
I tried the s3fs workaround that Rich described which works for uploading - the files make it into S3 - but then when I try to generate a report or run a script I get a KeyError which I believe is from the file not being found.
I had the thought of just making a custom data source for my S3 bucket but the form requires you to use the access / secret keys.
I'm on version 3.73, python 3.10, the only plugin I'm using is the health check plugin.
Beta Was this translation helpful? Give feedback.
All reactions