@PovilasKorop If multi databases (each tenant has its own DB) then better link each tenant with its own bucket (or may be sub folder)
So in this case, you need to add a dynamic S3/R2 credentials values for each tenant admin panel.
:)
@jclermont Is there a way to configure the mail provider on the fly to send notification per user config?
Something like this :
Notificantion::send($user1, new Notif())->via(smtp1)->queued->locale(x)
Notificantion::send($user2, new Notif())->via(smtp2)->queued->locale(y)