{#if bucket_config.type === 'S3'}
Disable if using https only policy
{
if (bucket_config?.type === 'S3') {
bucket_config = { ...bucket_config, allow_http: e.detail }
}
}}
options={{ right: 'Allow http' }}
/>
{:else if bucket_config.type === 'Azure'}
{:else if bucket_config.type === 'AwsOidc'}
{:else if bucket_config.type === 'Gcs'}
{:else}
Unknown bucket type {bucket_config['type']}
{/if}