You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExposeDataServerbool`mapstructure:"expose_data_server" docs:"false;Whether to expose data server."`// if true the client will be able to upload/download directly to it
58
60
DisableTusbool`mapstructure:"disable_tus" docs:"false;Whether to disable TUS uploads."`
59
61
AvailableXSmap[string]uint32`mapstructure:"available_checksums" docs:"nil;List of available checksums."`
62
+
MimeTypesmap[string]string`mapstructure:"mimetypes" docs:"nil;List of supported mime types and corresponding file extensions."`
0 commit comments