Initializes a new S3-only filesystem instance (make sure to call close() after you are done working with it).
close()
Most users should prefer $app.newFilesystem() which will construct a local or S3 filesystem based on the configured application settings.
$app.newFilesystem()
Generated using TypeDoc
Initializes a new S3-only filesystem instance (make sure to call
close()after you are done working with it).Most users should prefer
$app.newFilesystem()which will construct a local or S3 filesystem based on the configured application settings.