Hi, I need to save the backups in a specific subfolder of S3. How can I do this? I don`t found in documentation.
Saving in a subfolder is a MUST HAVE for me, because I save multiples sites in one Digital Ocean Space.
Thanks for the help
You are looking for the filesystems configuration option root.
Example:
'disks' => [
's3' => [
'root' => 'subfolder/'
],
],
It works. Thanks
Most helpful comment
You are looking for the filesystems configuration option
root.Example: