Pulling package into a live application #19
Unanswered
christogonus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an tenancy application currently storing uploaded files locally.
I pulled the package into the dev server (local). The package works great out of the box for new tenants. But for the existing tenants, uploads fail.
The behaviour I want is to allow users who have no buckets created (because they were on the system before this package arrived) to keep using the local while new tenant accounts use the s3.
is there a configuration/settings that I can make on the package to allow this behaviour?
Thanks for the awesome package!
Beta Was this translation helpful? Give feedback.
All reactions