Local Provider
The local provider leverages the Java Non Block io package.
Use the local provider to store files in a local filesystem where your application is running. Behind the scenes it leverages the Java nio
package to provide concurrency, atomicity, and non-blocking operations.
Configuration
Example
Properties
When configuring your local disks, the following properties are available:
Property | Type | Default | Description |
---|---|---|---|
|
| false | If true, it will use an |
|
|
| The public disk Url. This is used to create file URLs and temporary URLs. This should point to the root path but in a web-accessible format. |
|
| -- | The relative or absolute path of where to store the file system. |
|
| * | The mime types which are accepted via the upload method. Defaults to all. |
|
|
| The default visibility when creating files. Available options are |
Last updated