{{define "fshtml"}}
Filesystem
{{if or .IsUserPage .IsGroupPage}}
{{if not .DirPath}}{{if .HasUsersBaseDir}}Leave blank for an appropriate default{{else}}{{if .IsGroupPage}}Leave blank and the storage to "local" to not override the root filesystem{{else}}Required for local storage providers. For non-local filesystems it will store temporary files, you can leave blank for an appropriate default{{end}}{{end}}{{end}}
{{else}}
Required for local storage providers. For non-local filesystems it will store temporary files, you can leave blank for an appropriate default
{{end}}
Leave blank for default
For AWS S3, leave blank to use the default endpoint for the specified region
The buffer size for multipart uploads. Zero means the default (5 MB). Minimum is 5
How many parts are uploaded in parallel. Zero means the default (5)
The buffer size for multipart downloads. Zero means the default (5 MB). Minimum is 5
How many parts are downloaded in parallel. Zero means the default (5)
Max time limit, in seconds, to upload a single part. 0 means no limit
Max time limit, in seconds, to download a single part. 0 means no limit
Optional IAM Role ARN to assume
ACL for uploaded objects. Leave blank for default. For more info take a look here
Similar to a chroot for local filesystem. Cannot start with "/". Example: "somedir/subdir/".
It is required for some compatible S3 backends
Add or update credentials from a JSON file
Leave blank for default
Use default application credentials or credentials from environment
Similar to a chroot for local filesystem. Cannot start with "/". Example: "somedir/subdir/".
ACL for uploaded objects. Leave blank for default. For more info refer to the JSON API here
Shared Access Signature URL can be used instead of account name/key
Optional endpoint
The buffer size for multipart uploads. Zero means the default (5 MB)
How many parts are uploaded in parallel. Zero means the default (5)
The buffer size for multipart downloads. Zero means the default (5 MB)
How many parts are downloaded in parallel. Zero means the default (5)
Similar to a chroot for local filesystem. Cannot start with "/". Example: "somedir/subdir/".
Passphrase to derive the per-object encryption key
Endpoint as host:port, port is always required
A buffer size > 0 enables concurrent transfers
Passphrase used to protect your private key, if any
SHA256 fingerprints to validate when connecting to the external SFTP server, one per line. If empty any host key will be accepted: this is a security risk!
Similar to a chroot for local filesystem. Example: "/somedir/subdir".
{{end}} {{define "fsjs"}} {{end}}