When i use this command app(Environment::class)->tenant($website); inside foreach only for 3 websites
s3Client sends too many requests to s3. How can i prevent this? I don't want it to send any requests when tenant switching
figured out. changed configuration file
tenancy.folders.config.enabled => false tenancy.folders.routes.enabled => false tenancy.folders.trans.enabled => false tenancy.folders.vendor.enabled => false tenancy.folders.views.enabled => false