Skip to content

Commit

Permalink
Document the TLS configuration for secure uploads (#82)
Browse files Browse the repository at this point in the history
[#74] Document the TLS configuration for secure uploads

- flag description added

Signed-off-by: Georgi Boyvalenkov <[email protected]>
  • Loading branch information
gboyvalenkov-bosch authored Aug 11, 2022
1 parent ce8da04 commit 767f087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/site/content/docs/references/file-upload-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To control all aspects of the file upload behavior.
| checksum | bool | false | Send MD5 checksum for uploaded files to ensure data integrity |
| stopTimeout | string | 30s | Time to wait for running uploads to finish as a sequence of decimal numbers, each with optional fraction and a unit suffix, such as: 300ms, 1.5h, 10m30s, etc., time units are: ns, us (or µs), ms, s, m, h |
| delete | bool | false | Delete successfully uploaded files |
| **Upload - TLS** | | | |
| serverCert| string | | PEM encoded certificate file for secure uploads |
| **Auto upload** | | | |
| active | bool | false | Activate periodic uploads |
| activeFrom | string | | Time from which periodic uploads should be active, in RFC 3339 format, if omitted (and `active` flag is set) current time will be used as start of the periodic uploads |
Expand Down Expand Up @@ -69,6 +71,7 @@ The following template illustrates all possible properties with their default va
"checksum": false,
"stopTimeout": "30s",
"delete": false,
"serverCert": "",
"active": false,
"activeFrom": "",
"activeTill": "",
Expand Down

0 comments on commit 767f087

Please sign in to comment.