fix: s3-ssl-error [skip-release] (#348)

* fix: rustfs test instance

* fix: s3.form.tsx

---------

Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-06-30 15:32:06 +02:00
committed by GitHub
co-authored by charles-gauthereau
parent 7943f3fd4b
commit 29dd597c7a
2 changed files with 47 additions and 1 deletions
@@ -105,7 +105,7 @@ export const StorageS3Form = ({ form }: StorageS3FormProps) => {
<FormItem>
<FormLabel>Use SSL</FormLabel>
<FormControl>
<Switch checked={field.value} onCheckedChange={field.onChange} />
<Switch checked={field.value ?? true} onCheckedChange={field.onChange} />
</FormControl>
<FormMessage />
</FormItem>