-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathfluentstorage.yaml.template
More file actions
151 lines (120 loc) · 2.94 KB
/
Copy pathfluentstorage.yaml.template
File metadata and controls
151 lines (120 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# ---------------------------------------------
# Local Disk
# ---------------------------------------------
LocalDiskPath: "C:\\Temp\\FluentStorage"
# ---------------------------------------------
# Azure Blob/Files/DataLake
# ---------------------------------------------
AzureClientId:
AzureClientSecret:
AzureTenantId:
AzureStorageName:
AzureStorageKey:
AzureDataLakeStorageName:
AzureDataLakeStorageKey:
AzureDataLakeOperatorObjectId:
AzureServiceBusConnectionString:
AzureKeyVaultUri:
# ---------------------------------------------
# AWS S3
# ---------------------------------------------
AwsAccessKey:
AwsSecretKey:
AwsBucket:
AwsBucketRegion:
# ---------------------------------------------
# GCP Storage
# ---------------------------------------------
GcpBucket:
GcpJsonKey:
# ---------------------------------------------
# FTP
# ---------------------------------------------
FtpHost:
FtpUsername:
FtpPassword:
# ---------------------------------------------
# SFTP
# ---------------------------------------------
SftpHost:
SftpPort: 22
SftpUser:
SftpPassphrase:
SftpPrivateKeyPath: ".ssh\\id_ed25519"
# ---------------------------------------------
# Backblaze B2
# ---------------------------------------------
B2AccessKey:
B2SecretKey:
B2Bucket:
B2Region:
# ---------------------------------------------
# Cloudflare R2
# ---------------------------------------------
CloudflareAccessKey:
CloudflareSecretKey:
CloudflareBucket:
CloudflareAccountId:
# ---------------------------------------------
# DigitalOcean Spaces
# ---------------------------------------------
DoAccessKey:
DoSecretKey:
DoBucket:
DoRegion:
# ---------------------------------------------
# Hetzner Object Storage
# ---------------------------------------------
HetznerAccessKey:
HetznerSecretKey:
HetznerBucket:
HetznerRegion:
# ---------------------------------------------
# MinIO (S3)
# ---------------------------------------------
MinioS3AccessKey:
MinioS3SecretKey:
MinioS3Bucket:
MinioS3AwsRegion:
MinioS3ServerUrl:
# ---------------------------------------------
# MinIO (Native)
# ---------------------------------------------
MinioEndpoint:
MinioAccessKey:
MinioSecretKey:
MinioBucket:
MinioSsl: false
MinioRegion:
# ---------------------------------------------
# Vultr
# ---------------------------------------------
VultrAccessKey:
VultrSecretKey:
VultrBucket:
VultrHostName:
# ---------------------------------------------
# Wasabi
# ---------------------------------------------
WasabiAccessKey:
WasabiSecretKey:
WasabiBucket:
WasabiServiceUrl:
# ---------------------------------------------
# MongoDB GridFS
# ---------------------------------------------
MongoHost:
MongoPort: 27017
MongoUsername:
MongoPassword:
MongoDatabase: your_db_name
MongoBucket:
MongoAuthDatabase: admin
MongoSsl: false
# ---------------------------------------------
# Alibaba OSS
# ---------------------------------------------
AlibabaEndpoint:
AlibabaBucket:
AlibabaAccessKey:
AlibabaSecretKey: