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
title: The path to the repository data within its container
4525
-
description: The path to the repository data within its container. The value of this setting should not start or end with a /
4526
-
type: string
4527
-
pattern: ^[^\r\n]*$
4528
-
bucket:
4529
-
title: S3 bucket name
4530
-
type: string
4531
-
pattern: ^[^\r\n]*$
4532
-
chunk_size:
4533
-
title: Chunk size
4534
-
description: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository
4535
-
type: string
4536
-
pattern: ^[^\r\n]*$
4537
-
compress:
4538
-
title: Metadata files are stored in compressed format
4539
-
description: when set to true metadata files are stored in compressed format
4540
-
type: boolean
4541
-
endpoint:
4542
-
title: The S3 service endpoint to connect
4543
-
description: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint
4544
-
type: string
4545
-
pattern: ^[^\r\n]*$
4546
-
readonly:
4547
-
title: Whether the repository is read-only.
4548
-
type: boolean
4549
-
default: false
4550
-
region:
4551
-
title: S3 region
4552
-
type: string
4553
-
pattern: ^[^\r\n]*$
4554
-
secret_key:
4555
-
title: AWS secret key
4556
-
description: AWS secret key
4557
-
type: string
4558
-
pattern: ^[^\r\n]*$
4559
-
_secure: true
4560
-
server_side_encryption:
4561
-
title: Server side encryption
4562
-
description: When set to true files are encrypted on server side
4563
-
type: boolean
4564
-
type:
4565
-
type: string
4566
-
enum:
4567
-
- value: azure
4568
-
- value: gcs
4569
-
- value: s3
4570
-
max_items: 10
4571
4351
disable_replication_factor_adjustment:
4572
4352
title: Disable replication factor adjustment
4573
4353
description: 'Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.'
0 commit comments