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
4849
+
description: The path to the repository data within its container. The value of this setting should not start or end with a /
4850
+
type: string
4851
+
pattern: ^[^\r\n]*$
4852
+
bucket:
4853
+
title: S3 bucket name
4854
+
type: string
4855
+
pattern: ^[^\r\n]*$
4856
+
chunk_size:
4857
+
title: Chunk size
4858
+
description: Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository
4859
+
type: string
4860
+
pattern: ^[^\r\n]*$
4861
+
compress:
4862
+
title: Metadata files are stored in compressed format
4863
+
description: when set to true metadata files are stored in compressed format
4864
+
type: boolean
4865
+
endpoint:
4866
+
title: The S3 service endpoint to connect
4867
+
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
4868
+
type: string
4869
+
pattern: ^[^\r\n]*$
4870
+
readonly:
4871
+
title: Whether the repository is read-only.
4872
+
type: boolean
4873
+
default: false
4874
+
region:
4875
+
title: S3 region
4876
+
type: string
4877
+
pattern: ^[^\r\n]*$
4878
+
secret_key:
4879
+
title: AWS secret key
4880
+
description: AWS secret key
4881
+
type: string
4882
+
pattern: ^[^\r\n]*$
4883
+
_secure: true
4884
+
server_side_encryption:
4885
+
title: Server side encryption
4886
+
description: When set to true files are encrypted on server side
4887
+
type: boolean
4888
+
type:
4889
+
type: string
4890
+
enum:
4891
+
- value: azure
4892
+
- value: gcs
4893
+
- value: s3
4894
+
max_items: 10
4674
4895
disable_replication_factor_adjustment:
4675
4896
title: Disable replication factor adjustment
4676
4897
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