NewFilesystem creates a new local or S3 filesystem instance for managing regular app files (ex. record uploads) based on the current app settings. NB! Make sure to call Close() on the returned result after you are done working with it.
()
| 96 | // NB! Make sure to call Close() on the returned result |
| 97 | // after you are done working with it. |
| 98 | NewFilesystem() (*filesystem.System, error) |
| 99 | |
| 100 | // NewBackupsFilesystem creates a new local or S3 filesystem instance |
| 101 | // for managing app backups based on the current app settings. |
no outgoing calls