I created a bucket and connected to django storage to save images f
irvispano1
HOBBYOP
2 months ago
I created a bucket and connected to django storage to save images
images need authentication are not public
any guide how to connect railway bucket with django storage.
Images seem to save on storage but access is denied.
3 Replies
2 months ago
Railway buckets are fully S3 compatible, if you can find a guide for S3 buckets and Django storage it should work for Railway buckets as well.
Did you have things working with S3 buckets previously?
irvispano1
HOBBYOP
2 months ago
yes files get recorded by they end up encrypted I use guide from S3 compatible buckets
irvispano1
HOBBYOP
2 months ago