Open
Description
I'll be adding functionality to disable tenant specific folder operations completely in 5.2; would that suffice in your use cases @AustinMaddox and @CodeSkills ?
It's been a while, but, we're now running multi-tenant version 5.2 and need to address this. In our case, we cannot set website.disk
to false
and disable tenancy specific folder operations completely in config/tenancy.php because we use S3 to store images uploaded by tenants. We do not use the overrides... things like the config, translations, vendor, etc.
Obviously our AWS bill is still very high due to all the LIST/HEAD requests. Is there anything we can do to solve this?
Originally posted by @AustinMaddox in #399 (comment)