Skip to content

Commit 422f4c5

Browse files
committed
fix: proper ServerType url segment formatting
1 parent 37f9f30 commit 422f4c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

filen-relay/src/common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ pub(crate) enum ServerType {
6161
#[serde(rename = "s")]
6262
#[strum(to_string = "HTTP")]
6363
Http,
64+
#[serde(rename = "webdav")]
6465
#[strum(to_string = "WebDAV")]
6566
Webdav,
67+
#[serde(rename = "s3")]
6668
#[strum(to_string = "S3")]
6769
S3,
6870
//Ftp, Sftp,

0 commit comments

Comments
 (0)