diff --git a/frontend/src/lib/components/ObjectStoreConfigSettings.svelte b/frontend/src/lib/components/ObjectStoreConfigSettings.svelte new file mode 100644 index 0000000000..d0814ea8f8 --- /dev/null +++ b/frontend/src/lib/components/ObjectStoreConfigSettings.svelte @@ -0,0 +1,112 @@ + + +
+ { + if (e.detail) { + bucket_config = { + type: 'S3', + bucket: '', + region: '', + access_key: '', + secret_key: '', + endpoint: '' + } + } else { + bucket_config = undefined + } + }} + /> +
+{#if bucket_config} +
+ + +
+ + + + + + +{/if}