files.com 1.1.245 → 1.1.247
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/remote_server.md +338 -318
- data/docs/settings_change.md +5 -5
- data/docs/siem_http_destination.md +13 -1
- data/docs/site.md +4 -0
- data/lib/files.com/models/remote_server.rb +451 -406
- data/lib/files.com/models/settings_change.rb +8 -8
- data/lib/files.com/models/siem_http_destination.rb +22 -0
- data/lib/files.com/models/site.rb +6 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
data/docs/remote_server.md
CHANGED
@@ -24,6 +24,8 @@
|
|
24
24
|
"username": "user",
|
25
25
|
"google_cloud_storage_bucket": "my-bucket",
|
26
26
|
"google_cloud_storage_project_id": "my-project",
|
27
|
+
"google_cloud_storage_region": "us-east-1",
|
28
|
+
"google_cloud_storage_s3_compatible_access_key": "example",
|
27
29
|
"backblaze_b2_s3_endpoint": "s3.us-west-001.backblazeb2.com",
|
28
30
|
"backblaze_b2_bucket": "my-bucket",
|
29
31
|
"wasabi_bucket": "my-bucket",
|
@@ -82,64 +84,67 @@
|
|
82
84
|
* `server_type` (string): Remote server type.
|
83
85
|
* `ssl` (string): Should we require SSL?
|
84
86
|
* `username` (string): Remote server username. Not needed for S3 buckets.
|
85
|
-
* `google_cloud_storage_bucket` (string): Google Cloud Storage
|
86
|
-
* `google_cloud_storage_project_id` (string): Google Cloud Project ID
|
87
|
-
* `
|
88
|
-
* `
|
89
|
-
* `
|
90
|
-
* `
|
91
|
-
* `
|
92
|
-
* `
|
93
|
-
* `
|
94
|
-
* `
|
87
|
+
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
88
|
+
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
89
|
+
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
90
|
+
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
91
|
+
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage: S3 Endpoint
|
92
|
+
* `backblaze_b2_bucket` (string): Backblaze B2 Cloud Storage: Bucket name
|
93
|
+
* `wasabi_bucket` (string): Wasabi: Bucket name
|
94
|
+
* `wasabi_region` (string): Wasabi: Region
|
95
|
+
* `wasabi_access_key` (string): Wasabi: Access Key.
|
96
|
+
* `rackspace_username` (string): Rackspace: username used to login to the Rackspace Cloud Control Panel.
|
97
|
+
* `rackspace_region` (string): Rackspace: Three letter code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
98
|
+
* `rackspace_container` (string): Rackspace: The name of the container (top level directory) where files will sync.
|
95
99
|
* `auth_status` (string): Either `in_setup` or `complete`
|
96
100
|
* `auth_account_name` (string): Describes the authorized account
|
97
|
-
* `one_drive_account_type` (string): Either personal or business_other account types
|
98
|
-
* `azure_blob_storage_account` (string): Azure Blob Storage Account name
|
99
|
-
* `azure_blob_storage_container` (string): Azure Blob Storage Container name
|
100
|
-
* `azure_blob_storage_hierarchical_namespace` (boolean):
|
101
|
-
* `azure_blob_storage_dns_suffix` (string): Custom DNS suffix
|
102
|
-
* `azure_files_storage_account` (string): Azure
|
103
|
-
* `azure_files_storage_share_name` (string): Azure
|
104
|
-
* `azure_files_storage_dns_suffix` (string): Custom DNS suffix
|
105
|
-
* `s3_compatible_bucket` (string): S3-compatible Bucket name
|
106
|
-
* `s3_compatible_endpoint` (string): S3-compatible endpoint
|
107
|
-
* `s3_compatible_region` (string): S3-compatible
|
108
|
-
* `s3_compatible_access_key` (string): S3-compatible Access Key
|
101
|
+
* `one_drive_account_type` (string): OneDrive: Either personal or business_other account types
|
102
|
+
* `azure_blob_storage_account` (string): Azure Blob Storage: Account name
|
103
|
+
* `azure_blob_storage_container` (string): Azure Blob Storage: Container name
|
104
|
+
* `azure_blob_storage_hierarchical_namespace` (boolean): Azure Blob Storage: Does the storage account has hierarchical namespace feature enabled?
|
105
|
+
* `azure_blob_storage_dns_suffix` (string): Azure Blob Storage: Custom DNS suffix
|
106
|
+
* `azure_files_storage_account` (string): Azure Files: Storage Account name
|
107
|
+
* `azure_files_storage_share_name` (string): Azure Files: Storage Share name
|
108
|
+
* `azure_files_storage_dns_suffix` (string): Azure Files: Custom DNS suffix
|
109
|
+
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
110
|
+
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
111
|
+
* `s3_compatible_region` (string): S3-compatible: region
|
112
|
+
* `s3_compatible_access_key` (string): S3-compatible: Access Key
|
109
113
|
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
110
114
|
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
111
115
|
* `files_agent_root` (string): Agent local root path
|
112
116
|
* `files_agent_api_token` (string): Files Agent API Token
|
113
117
|
* `files_agent_version` (string): Files Agent version
|
114
|
-
* `filebase_bucket` (string): Filebase Bucket name
|
115
|
-
* `filebase_access_key` (string): Filebase Access Key.
|
116
|
-
* `cloudflare_bucket` (string): Cloudflare Bucket name
|
117
|
-
* `cloudflare_access_key` (string): Cloudflare Access Key.
|
118
|
-
* `cloudflare_endpoint` (string): Cloudflare endpoint
|
119
|
-
* `dropbox_teams` (boolean):
|
120
|
-
* `linode_bucket` (string): Linode Bucket name
|
121
|
-
* `linode_access_key` (string): Linode Access Key
|
122
|
-
* `linode_region` (string): Linode region
|
118
|
+
* `filebase_bucket` (string): Filebase: Bucket name
|
119
|
+
* `filebase_access_key` (string): Filebase: Access Key.
|
120
|
+
* `cloudflare_bucket` (string): Cloudflare: Bucket name
|
121
|
+
* `cloudflare_access_key` (string): Cloudflare: Access Key.
|
122
|
+
* `cloudflare_endpoint` (string): Cloudflare: endpoint
|
123
|
+
* `dropbox_teams` (boolean): Dropbox: If true, list Team folders in root?
|
124
|
+
* `linode_bucket` (string): Linode: Bucket name
|
125
|
+
* `linode_access_key` (string): Linode: Access Key
|
126
|
+
* `linode_region` (string): Linode: region
|
123
127
|
* `supports_versioning` (boolean): If true, this remote server supports file versioning. This value is determined automatically by Files.com.
|
124
|
-
* `
|
125
|
-
* `
|
126
|
-
* `private_key` (string): Private key if needed.
|
128
|
+
* `password` (string): Password, if needed.
|
129
|
+
* `private_key` (string): Private key, if needed.
|
127
130
|
* `private_key_passphrase` (string): Passphrase for private key if needed.
|
131
|
+
* `reset_authentication` (boolean): Reset authenticated account?
|
128
132
|
* `ssl_certificate` (string): SSL client certificate.
|
129
|
-
* `
|
130
|
-
* `
|
131
|
-
* `
|
132
|
-
* `
|
133
|
-
* `
|
134
|
-
* `
|
135
|
-
* `
|
136
|
-
* `
|
137
|
-
* `
|
138
|
-
* `
|
139
|
-
* `
|
140
|
-
* `
|
141
|
-
* `
|
142
|
-
* `
|
133
|
+
* `aws_secret_key` (string): AWS: secret key.
|
134
|
+
* `azure_blob_storage_access_key` (string): Azure Blob Storage: Access Key
|
135
|
+
* `azure_blob_storage_sas_token` (string): Azure Blob Storage: Shared Access Signature (SAS) token
|
136
|
+
* `azure_files_storage_access_key` (string): Azure File Storage: Access Key
|
137
|
+
* `azure_files_storage_sas_token` (string): Azure File Storage: Shared Access Signature (SAS) token
|
138
|
+
* `backblaze_b2_application_key` (string): Backblaze B2 Cloud Storage: applicationKey
|
139
|
+
* `backblaze_b2_key_id` (string): Backblaze B2 Cloud Storage: keyID
|
140
|
+
* `cloudflare_secret_key` (string): Cloudflare: Secret Key
|
141
|
+
* `filebase_secret_key` (string): Filebase: Secret Key
|
142
|
+
* `google_cloud_storage_credentials_json` (string): Google Cloud Storage: JSON file that contains the private key. To generate see https://cloud.google.com/storage/docs/json_api/v1/how-tos/authorizing#APIKey
|
143
|
+
* `google_cloud_storage_s3_compatible_secret_key` (string): Google Cloud Storage: S3-compatible secret key
|
144
|
+
* `linode_secret_key` (string): Linode: Secret Key
|
145
|
+
* `rackspace_api_key` (string): Rackspace: API key from the Rackspace Cloud Control Panel
|
146
|
+
* `s3_compatible_secret_key` (string): S3-compatible: Secret Key
|
147
|
+
* `wasabi_secret_key` (string): Wasabi: Secret Key
|
143
148
|
|
144
149
|
|
145
150
|
---
|
@@ -191,127 +196,132 @@ Files::RemoteServer.find_configuration_file(id)
|
|
191
196
|
|
192
197
|
```
|
193
198
|
Files::RemoteServer.create(
|
194
|
-
aws_access_key: "example",
|
195
|
-
wasabi_access_key: "example",
|
196
199
|
reset_authentication: false,
|
200
|
+
aws_access_key: "example",
|
201
|
+
azure_blob_storage_account: "storage-account-name",
|
202
|
+
azure_blob_storage_container: "container-name",
|
203
|
+
azure_blob_storage_dns_suffix: "usgovcloudapi.net",
|
204
|
+
azure_blob_storage_hierarchical_namespace: true,
|
205
|
+
azure_files_storage_account: "storage-account-name",
|
206
|
+
azure_files_storage_dns_suffix: "file.core.windows.net",
|
207
|
+
azure_files_storage_share_name: "share-name",
|
208
|
+
backblaze_b2_bucket: "my-bucket",
|
209
|
+
backblaze_b2_s3_endpoint: "s3.us-west-001.backblazeb2.com",
|
210
|
+
cloudflare_access_key: "example",
|
211
|
+
cloudflare_bucket: "my-bucket",
|
212
|
+
cloudflare_endpoint: "https://<ACCOUNT_ID>.r2.cloudflarestorage.com",
|
213
|
+
dropbox_teams: true,
|
214
|
+
enable_dedicated_ips: true,
|
215
|
+
filebase_access_key: "example",
|
216
|
+
filebase_bucket: "my-bucket",
|
217
|
+
files_agent_permission_set: "read_write",
|
218
|
+
files_agent_root: "example",
|
219
|
+
files_agent_version: "example",
|
220
|
+
google_cloud_storage_bucket: "my-bucket",
|
221
|
+
google_cloud_storage_project_id: "my-project",
|
222
|
+
google_cloud_storage_region: "us-east-1",
|
223
|
+
google_cloud_storage_s3_compatible_access_key: "example",
|
197
224
|
hostname: "remote-server.com",
|
198
|
-
|
225
|
+
linode_access_key: "example",
|
226
|
+
linode_bucket: "my-bucket",
|
227
|
+
linode_region: "us-east-1",
|
199
228
|
max_connections: 1,
|
229
|
+
name: "My Remote server",
|
230
|
+
one_drive_account_type: "personal",
|
200
231
|
pin_to_site_region: true,
|
201
232
|
port: 1,
|
233
|
+
rackspace_container: "my-container",
|
234
|
+
rackspace_region: "dfw",
|
235
|
+
rackspace_username: "rackspaceuser",
|
202
236
|
s3_bucket: "my-bucket",
|
237
|
+
s3_compatible_access_key: "example",
|
238
|
+
s3_compatible_bucket: "my-bucket",
|
239
|
+
s3_compatible_endpoint: "mys3platform.com",
|
240
|
+
s3_compatible_region: "us-east-1",
|
203
241
|
s3_region: "us-east-1",
|
204
242
|
server_certificate: "require_match",
|
205
243
|
server_host_key: "[public key]",
|
206
244
|
server_type: "s3",
|
207
245
|
ssl: "if_available",
|
208
246
|
username: "user",
|
209
|
-
|
210
|
-
google_cloud_storage_project_id: "my-project",
|
211
|
-
backblaze_b2_bucket: "my-bucket",
|
212
|
-
backblaze_b2_s3_endpoint: "s3.us-west-001.backblazeb2.com",
|
247
|
+
wasabi_access_key: "example",
|
213
248
|
wasabi_bucket: "my-bucket",
|
214
|
-
wasabi_region: "us-west-1"
|
215
|
-
rackspace_username: "rackspaceuser",
|
216
|
-
rackspace_region: "dfw",
|
217
|
-
rackspace_container: "my-container",
|
218
|
-
one_drive_account_type: "personal",
|
219
|
-
azure_blob_storage_account: "storage-account-name",
|
220
|
-
azure_blob_storage_container: "container-name",
|
221
|
-
azure_blob_storage_hierarchical_namespace: true,
|
222
|
-
azure_blob_storage_dns_suffix: "usgovcloudapi.net",
|
223
|
-
azure_files_storage_account: "storage-account-name",
|
224
|
-
azure_files_storage_share_name: "share-name",
|
225
|
-
azure_files_storage_dns_suffix: "file.core.windows.net",
|
226
|
-
s3_compatible_bucket: "my-bucket",
|
227
|
-
s3_compatible_endpoint: "mys3platform.com",
|
228
|
-
s3_compatible_region: "us-east-1",
|
229
|
-
enable_dedicated_ips: true,
|
230
|
-
s3_compatible_access_key: "example",
|
231
|
-
files_agent_root: "example",
|
232
|
-
files_agent_permission_set: "read_write",
|
233
|
-
files_agent_version: "example",
|
234
|
-
filebase_access_key: "example",
|
235
|
-
filebase_bucket: "my-bucket",
|
236
|
-
cloudflare_access_key: "example",
|
237
|
-
cloudflare_bucket: "my-bucket",
|
238
|
-
cloudflare_endpoint: "https://<ACCOUNT_ID>.r2.cloudflarestorage.com",
|
239
|
-
dropbox_teams: true,
|
240
|
-
linode_access_key: "example",
|
241
|
-
linode_bucket: "my-bucket",
|
242
|
-
linode_region: "us-east-1"
|
249
|
+
wasabi_region: "us-west-1"
|
243
250
|
)
|
244
251
|
```
|
245
252
|
|
246
253
|
### Parameters
|
247
254
|
|
248
|
-
* `
|
249
|
-
* `
|
250
|
-
* `password` (string): Password if needed.
|
251
|
-
* `private_key` (string): Private key if needed.
|
255
|
+
* `password` (string): Password, if needed.
|
256
|
+
* `private_key` (string): Private key, if needed.
|
252
257
|
* `private_key_passphrase` (string): Passphrase for private key if needed.
|
258
|
+
* `reset_authentication` (boolean): Reset authenticated account?
|
253
259
|
* `ssl_certificate` (string): SSL client certificate.
|
254
|
-
* `
|
255
|
-
* `
|
256
|
-
* `
|
257
|
-
* `
|
258
|
-
* `
|
259
|
-
* `
|
260
|
-
* `
|
261
|
-
* `
|
262
|
-
* `
|
260
|
+
* `aws_secret_key` (string): AWS: secret key.
|
261
|
+
* `azure_blob_storage_access_key` (string): Azure Blob Storage: Access Key
|
262
|
+
* `azure_blob_storage_sas_token` (string): Azure Blob Storage: Shared Access Signature (SAS) token
|
263
|
+
* `azure_files_storage_access_key` (string): Azure File Storage: Access Key
|
264
|
+
* `azure_files_storage_sas_token` (string): Azure File Storage: Shared Access Signature (SAS) token
|
265
|
+
* `backblaze_b2_application_key` (string): Backblaze B2 Cloud Storage: applicationKey
|
266
|
+
* `backblaze_b2_key_id` (string): Backblaze B2 Cloud Storage: keyID
|
267
|
+
* `cloudflare_secret_key` (string): Cloudflare: Secret Key
|
268
|
+
* `filebase_secret_key` (string): Filebase: Secret Key
|
269
|
+
* `google_cloud_storage_credentials_json` (string): Google Cloud Storage: JSON file that contains the private key. To generate see https://cloud.google.com/storage/docs/json_api/v1/how-tos/authorizing#APIKey
|
270
|
+
* `google_cloud_storage_s3_compatible_secret_key` (string): Google Cloud Storage: S3-compatible secret key
|
271
|
+
* `linode_secret_key` (string): Linode: Secret Key
|
272
|
+
* `rackspace_api_key` (string): Rackspace: API key from the Rackspace Cloud Control Panel
|
273
|
+
* `s3_compatible_secret_key` (string): S3-compatible: Secret Key
|
274
|
+
* `wasabi_secret_key` (string): Wasabi: Secret Key
|
275
|
+
* `aws_access_key` (string): AWS Access Key.
|
276
|
+
* `azure_blob_storage_account` (string): Azure Blob Storage: Account name
|
277
|
+
* `azure_blob_storage_container` (string): Azure Blob Storage: Container name
|
278
|
+
* `azure_blob_storage_dns_suffix` (string): Azure Blob Storage: Custom DNS suffix
|
279
|
+
* `azure_blob_storage_hierarchical_namespace` (boolean): Azure Blob Storage: Does the storage account has hierarchical namespace feature enabled?
|
280
|
+
* `azure_files_storage_account` (string): Azure Files: Storage Account name
|
281
|
+
* `azure_files_storage_dns_suffix` (string): Azure Files: Custom DNS suffix
|
282
|
+
* `azure_files_storage_share_name` (string): Azure Files: Storage Share name
|
283
|
+
* `backblaze_b2_bucket` (string): Backblaze B2 Cloud Storage: Bucket name
|
284
|
+
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage: S3 Endpoint
|
285
|
+
* `cloudflare_access_key` (string): Cloudflare: Access Key.
|
286
|
+
* `cloudflare_bucket` (string): Cloudflare: Bucket name
|
287
|
+
* `cloudflare_endpoint` (string): Cloudflare: endpoint
|
288
|
+
* `dropbox_teams` (boolean): Dropbox: If true, list Team folders in root?
|
289
|
+
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
290
|
+
* `filebase_access_key` (string): Filebase: Access Key.
|
291
|
+
* `filebase_bucket` (string): Filebase: Bucket name
|
292
|
+
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
293
|
+
* `files_agent_root` (string): Agent local root path
|
294
|
+
* `files_agent_version` (string): Files Agent version
|
295
|
+
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
296
|
+
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
297
|
+
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
298
|
+
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
263
299
|
* `hostname` (string): Hostname or IP address
|
264
|
-
* `
|
300
|
+
* `linode_access_key` (string): Linode: Access Key
|
301
|
+
* `linode_bucket` (string): Linode: Bucket name
|
302
|
+
* `linode_region` (string): Linode: region
|
265
303
|
* `max_connections` (int64): Max number of parallel connections. Ignored for S3 connections (we will parallelize these as much as possible).
|
304
|
+
* `name` (string): Internal name for your reference
|
305
|
+
* `one_drive_account_type` (string): OneDrive: Either personal or business_other account types
|
266
306
|
* `pin_to_site_region` (boolean): If true, we will ensure that all communications with this remote server are made through the primary region of the site. This setting can also be overridden by a site-wide setting which will force it to true.
|
267
307
|
* `port` (int64): Port for remote server. Not needed for S3.
|
308
|
+
* `rackspace_container` (string): Rackspace: The name of the container (top level directory) where files will sync.
|
309
|
+
* `rackspace_region` (string): Rackspace: Three letter code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
310
|
+
* `rackspace_username` (string): Rackspace: username used to login to the Rackspace Cloud Control Panel.
|
268
311
|
* `s3_bucket` (string): S3 bucket name
|
312
|
+
* `s3_compatible_access_key` (string): S3-compatible: Access Key
|
313
|
+
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
314
|
+
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
315
|
+
* `s3_compatible_region` (string): S3-compatible: region
|
269
316
|
* `s3_region` (string): S3 region
|
270
317
|
* `server_certificate` (string): Remote server certificate
|
271
318
|
* `server_host_key` (string): Remote server SSH Host Key. If provided, we will require that the server host key matches the provided key. Uses OpenSSH format similar to what would go into ~/.ssh/known_hosts
|
272
319
|
* `server_type` (string): Remote server type.
|
273
320
|
* `ssl` (string): Should we require SSL?
|
274
321
|
* `username` (string): Remote server username. Not needed for S3 buckets.
|
275
|
-
* `
|
276
|
-
* `
|
277
|
-
* `
|
278
|
-
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage S3 Endpoint
|
279
|
-
* `wasabi_bucket` (string): Wasabi Bucket name
|
280
|
-
* `wasabi_region` (string): Wasabi region
|
281
|
-
* `rackspace_username` (string): Rackspace username used to login to the Rackspace Cloud Control Panel.
|
282
|
-
* `rackspace_region` (string): Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
283
|
-
* `rackspace_container` (string): The name of the container (top level directory) where files will sync.
|
284
|
-
* `one_drive_account_type` (string): Either personal or business_other account types
|
285
|
-
* `azure_blob_storage_account` (string): Azure Blob Storage Account name
|
286
|
-
* `azure_blob_storage_container` (string): Azure Blob Storage Container name
|
287
|
-
* `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
|
288
|
-
* `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
|
289
|
-
* `azure_blob_storage_dns_suffix` (string): Custom DNS suffix
|
290
|
-
* `azure_files_storage_account` (string): Azure File Storage Account name
|
291
|
-
* `azure_files_storage_share_name` (string): Azure File Storage Share name
|
292
|
-
* `azure_files_storage_dns_suffix` (string): Custom DNS suffix
|
293
|
-
* `azure_files_storage_sas_token` (string): Shared Access Signature (SAS) token
|
294
|
-
* `s3_compatible_bucket` (string): S3-compatible Bucket name
|
295
|
-
* `s3_compatible_endpoint` (string): S3-compatible endpoint
|
296
|
-
* `s3_compatible_region` (string): S3-compatible endpoint
|
297
|
-
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
298
|
-
* `s3_compatible_access_key` (string): S3-compatible Access Key.
|
299
|
-
* `s3_compatible_secret_key` (string): S3-compatible secret key
|
300
|
-
* `files_agent_root` (string): Agent local root path
|
301
|
-
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
302
|
-
* `files_agent_version` (string): Files Agent version
|
303
|
-
* `filebase_access_key` (string): Filebase Access Key.
|
304
|
-
* `filebase_secret_key` (string): Filebase secret key
|
305
|
-
* `filebase_bucket` (string): Filebase Bucket name
|
306
|
-
* `cloudflare_access_key` (string): Cloudflare Access Key.
|
307
|
-
* `cloudflare_secret_key` (string): Cloudflare secret key
|
308
|
-
* `cloudflare_bucket` (string): Cloudflare Bucket name
|
309
|
-
* `cloudflare_endpoint` (string): Cloudflare endpoint
|
310
|
-
* `dropbox_teams` (boolean): List Team folders in root
|
311
|
-
* `linode_access_key` (string): Linode Access Key.
|
312
|
-
* `linode_secret_key` (string): Linode secret key
|
313
|
-
* `linode_bucket` (string): Linode Bucket name
|
314
|
-
* `linode_region` (string): Linode region
|
322
|
+
* `wasabi_access_key` (string): Wasabi: Access Key.
|
323
|
+
* `wasabi_bucket` (string): Wasabi: Bucket name
|
324
|
+
* `wasabi_region` (string): Wasabi: Region
|
315
325
|
|
316
326
|
|
317
327
|
---
|
@@ -356,128 +366,133 @@ Files::RemoteServer.configuration_file(id,
|
|
356
366
|
|
357
367
|
```
|
358
368
|
Files::RemoteServer.update(id,
|
359
|
-
aws_access_key: "example",
|
360
|
-
wasabi_access_key: "example",
|
361
369
|
reset_authentication: false,
|
370
|
+
aws_access_key: "example",
|
371
|
+
azure_blob_storage_account: "storage-account-name",
|
372
|
+
azure_blob_storage_container: "container-name",
|
373
|
+
azure_blob_storage_dns_suffix: "usgovcloudapi.net",
|
374
|
+
azure_blob_storage_hierarchical_namespace: true,
|
375
|
+
azure_files_storage_account: "storage-account-name",
|
376
|
+
azure_files_storage_dns_suffix: "file.core.windows.net",
|
377
|
+
azure_files_storage_share_name: "share-name",
|
378
|
+
backblaze_b2_bucket: "my-bucket",
|
379
|
+
backblaze_b2_s3_endpoint: "s3.us-west-001.backblazeb2.com",
|
380
|
+
cloudflare_access_key: "example",
|
381
|
+
cloudflare_bucket: "my-bucket",
|
382
|
+
cloudflare_endpoint: "https://<ACCOUNT_ID>.r2.cloudflarestorage.com",
|
383
|
+
dropbox_teams: true,
|
384
|
+
enable_dedicated_ips: true,
|
385
|
+
filebase_access_key: "example",
|
386
|
+
filebase_bucket: "my-bucket",
|
387
|
+
files_agent_permission_set: "read_write",
|
388
|
+
files_agent_root: "example",
|
389
|
+
files_agent_version: "example",
|
390
|
+
google_cloud_storage_bucket: "my-bucket",
|
391
|
+
google_cloud_storage_project_id: "my-project",
|
392
|
+
google_cloud_storage_region: "us-east-1",
|
393
|
+
google_cloud_storage_s3_compatible_access_key: "example",
|
362
394
|
hostname: "remote-server.com",
|
363
|
-
|
395
|
+
linode_access_key: "example",
|
396
|
+
linode_bucket: "my-bucket",
|
397
|
+
linode_region: "us-east-1",
|
364
398
|
max_connections: 1,
|
399
|
+
name: "My Remote server",
|
400
|
+
one_drive_account_type: "personal",
|
365
401
|
pin_to_site_region: true,
|
366
402
|
port: 1,
|
403
|
+
rackspace_container: "my-container",
|
404
|
+
rackspace_region: "dfw",
|
405
|
+
rackspace_username: "rackspaceuser",
|
367
406
|
s3_bucket: "my-bucket",
|
407
|
+
s3_compatible_access_key: "example",
|
408
|
+
s3_compatible_bucket: "my-bucket",
|
409
|
+
s3_compatible_endpoint: "mys3platform.com",
|
410
|
+
s3_compatible_region: "us-east-1",
|
368
411
|
s3_region: "us-east-1",
|
369
412
|
server_certificate: "require_match",
|
370
413
|
server_host_key: "[public key]",
|
371
414
|
server_type: "s3",
|
372
415
|
ssl: "if_available",
|
373
416
|
username: "user",
|
374
|
-
|
375
|
-
google_cloud_storage_project_id: "my-project",
|
376
|
-
backblaze_b2_bucket: "my-bucket",
|
377
|
-
backblaze_b2_s3_endpoint: "s3.us-west-001.backblazeb2.com",
|
417
|
+
wasabi_access_key: "example",
|
378
418
|
wasabi_bucket: "my-bucket",
|
379
|
-
wasabi_region: "us-west-1"
|
380
|
-
rackspace_username: "rackspaceuser",
|
381
|
-
rackspace_region: "dfw",
|
382
|
-
rackspace_container: "my-container",
|
383
|
-
one_drive_account_type: "personal",
|
384
|
-
azure_blob_storage_account: "storage-account-name",
|
385
|
-
azure_blob_storage_container: "container-name",
|
386
|
-
azure_blob_storage_hierarchical_namespace: true,
|
387
|
-
azure_blob_storage_dns_suffix: "usgovcloudapi.net",
|
388
|
-
azure_files_storage_account: "storage-account-name",
|
389
|
-
azure_files_storage_share_name: "share-name",
|
390
|
-
azure_files_storage_dns_suffix: "file.core.windows.net",
|
391
|
-
s3_compatible_bucket: "my-bucket",
|
392
|
-
s3_compatible_endpoint: "mys3platform.com",
|
393
|
-
s3_compatible_region: "us-east-1",
|
394
|
-
enable_dedicated_ips: true,
|
395
|
-
s3_compatible_access_key: "example",
|
396
|
-
files_agent_root: "example",
|
397
|
-
files_agent_permission_set: "read_write",
|
398
|
-
files_agent_version: "example",
|
399
|
-
filebase_access_key: "example",
|
400
|
-
filebase_bucket: "my-bucket",
|
401
|
-
cloudflare_access_key: "example",
|
402
|
-
cloudflare_bucket: "my-bucket",
|
403
|
-
cloudflare_endpoint: "https://<ACCOUNT_ID>.r2.cloudflarestorage.com",
|
404
|
-
dropbox_teams: true,
|
405
|
-
linode_access_key: "example",
|
406
|
-
linode_bucket: "my-bucket",
|
407
|
-
linode_region: "us-east-1"
|
419
|
+
wasabi_region: "us-west-1"
|
408
420
|
)
|
409
421
|
```
|
410
422
|
|
411
423
|
### Parameters
|
412
424
|
|
413
425
|
* `id` (int64): Required - Remote Server ID.
|
414
|
-
* `
|
415
|
-
* `
|
416
|
-
* `password` (string): Password if needed.
|
417
|
-
* `private_key` (string): Private key if needed.
|
426
|
+
* `password` (string): Password, if needed.
|
427
|
+
* `private_key` (string): Private key, if needed.
|
418
428
|
* `private_key_passphrase` (string): Passphrase for private key if needed.
|
429
|
+
* `reset_authentication` (boolean): Reset authenticated account?
|
419
430
|
* `ssl_certificate` (string): SSL client certificate.
|
420
|
-
* `
|
421
|
-
* `
|
422
|
-
* `
|
423
|
-
* `
|
424
|
-
* `
|
425
|
-
* `
|
426
|
-
* `
|
427
|
-
* `
|
428
|
-
* `
|
431
|
+
* `aws_secret_key` (string): AWS: secret key.
|
432
|
+
* `azure_blob_storage_access_key` (string): Azure Blob Storage: Access Key
|
433
|
+
* `azure_blob_storage_sas_token` (string): Azure Blob Storage: Shared Access Signature (SAS) token
|
434
|
+
* `azure_files_storage_access_key` (string): Azure File Storage: Access Key
|
435
|
+
* `azure_files_storage_sas_token` (string): Azure File Storage: Shared Access Signature (SAS) token
|
436
|
+
* `backblaze_b2_application_key` (string): Backblaze B2 Cloud Storage: applicationKey
|
437
|
+
* `backblaze_b2_key_id` (string): Backblaze B2 Cloud Storage: keyID
|
438
|
+
* `cloudflare_secret_key` (string): Cloudflare: Secret Key
|
439
|
+
* `filebase_secret_key` (string): Filebase: Secret Key
|
440
|
+
* `google_cloud_storage_credentials_json` (string): Google Cloud Storage: JSON file that contains the private key. To generate see https://cloud.google.com/storage/docs/json_api/v1/how-tos/authorizing#APIKey
|
441
|
+
* `google_cloud_storage_s3_compatible_secret_key` (string): Google Cloud Storage: S3-compatible secret key
|
442
|
+
* `linode_secret_key` (string): Linode: Secret Key
|
443
|
+
* `rackspace_api_key` (string): Rackspace: API key from the Rackspace Cloud Control Panel
|
444
|
+
* `s3_compatible_secret_key` (string): S3-compatible: Secret Key
|
445
|
+
* `wasabi_secret_key` (string): Wasabi: Secret Key
|
446
|
+
* `aws_access_key` (string): AWS Access Key.
|
447
|
+
* `azure_blob_storage_account` (string): Azure Blob Storage: Account name
|
448
|
+
* `azure_blob_storage_container` (string): Azure Blob Storage: Container name
|
449
|
+
* `azure_blob_storage_dns_suffix` (string): Azure Blob Storage: Custom DNS suffix
|
450
|
+
* `azure_blob_storage_hierarchical_namespace` (boolean): Azure Blob Storage: Does the storage account has hierarchical namespace feature enabled?
|
451
|
+
* `azure_files_storage_account` (string): Azure Files: Storage Account name
|
452
|
+
* `azure_files_storage_dns_suffix` (string): Azure Files: Custom DNS suffix
|
453
|
+
* `azure_files_storage_share_name` (string): Azure Files: Storage Share name
|
454
|
+
* `backblaze_b2_bucket` (string): Backblaze B2 Cloud Storage: Bucket name
|
455
|
+
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage: S3 Endpoint
|
456
|
+
* `cloudflare_access_key` (string): Cloudflare: Access Key.
|
457
|
+
* `cloudflare_bucket` (string): Cloudflare: Bucket name
|
458
|
+
* `cloudflare_endpoint` (string): Cloudflare: endpoint
|
459
|
+
* `dropbox_teams` (boolean): Dropbox: If true, list Team folders in root?
|
460
|
+
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
461
|
+
* `filebase_access_key` (string): Filebase: Access Key.
|
462
|
+
* `filebase_bucket` (string): Filebase: Bucket name
|
463
|
+
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
464
|
+
* `files_agent_root` (string): Agent local root path
|
465
|
+
* `files_agent_version` (string): Files Agent version
|
466
|
+
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
467
|
+
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
468
|
+
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
469
|
+
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
429
470
|
* `hostname` (string): Hostname or IP address
|
430
|
-
* `
|
471
|
+
* `linode_access_key` (string): Linode: Access Key
|
472
|
+
* `linode_bucket` (string): Linode: Bucket name
|
473
|
+
* `linode_region` (string): Linode: region
|
431
474
|
* `max_connections` (int64): Max number of parallel connections. Ignored for S3 connections (we will parallelize these as much as possible).
|
475
|
+
* `name` (string): Internal name for your reference
|
476
|
+
* `one_drive_account_type` (string): OneDrive: Either personal or business_other account types
|
432
477
|
* `pin_to_site_region` (boolean): If true, we will ensure that all communications with this remote server are made through the primary region of the site. This setting can also be overridden by a site-wide setting which will force it to true.
|
433
478
|
* `port` (int64): Port for remote server. Not needed for S3.
|
479
|
+
* `rackspace_container` (string): Rackspace: The name of the container (top level directory) where files will sync.
|
480
|
+
* `rackspace_region` (string): Rackspace: Three letter code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
481
|
+
* `rackspace_username` (string): Rackspace: username used to login to the Rackspace Cloud Control Panel.
|
434
482
|
* `s3_bucket` (string): S3 bucket name
|
483
|
+
* `s3_compatible_access_key` (string): S3-compatible: Access Key
|
484
|
+
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
485
|
+
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
486
|
+
* `s3_compatible_region` (string): S3-compatible: region
|
435
487
|
* `s3_region` (string): S3 region
|
436
488
|
* `server_certificate` (string): Remote server certificate
|
437
489
|
* `server_host_key` (string): Remote server SSH Host Key. If provided, we will require that the server host key matches the provided key. Uses OpenSSH format similar to what would go into ~/.ssh/known_hosts
|
438
490
|
* `server_type` (string): Remote server type.
|
439
491
|
* `ssl` (string): Should we require SSL?
|
440
492
|
* `username` (string): Remote server username. Not needed for S3 buckets.
|
441
|
-
* `
|
442
|
-
* `
|
443
|
-
* `
|
444
|
-
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage S3 Endpoint
|
445
|
-
* `wasabi_bucket` (string): Wasabi Bucket name
|
446
|
-
* `wasabi_region` (string): Wasabi region
|
447
|
-
* `rackspace_username` (string): Rackspace username used to login to the Rackspace Cloud Control Panel.
|
448
|
-
* `rackspace_region` (string): Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
449
|
-
* `rackspace_container` (string): The name of the container (top level directory) where files will sync.
|
450
|
-
* `one_drive_account_type` (string): Either personal or business_other account types
|
451
|
-
* `azure_blob_storage_account` (string): Azure Blob Storage Account name
|
452
|
-
* `azure_blob_storage_container` (string): Azure Blob Storage Container name
|
453
|
-
* `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
|
454
|
-
* `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
|
455
|
-
* `azure_blob_storage_dns_suffix` (string): Custom DNS suffix
|
456
|
-
* `azure_files_storage_account` (string): Azure File Storage Account name
|
457
|
-
* `azure_files_storage_share_name` (string): Azure File Storage Share name
|
458
|
-
* `azure_files_storage_dns_suffix` (string): Custom DNS suffix
|
459
|
-
* `azure_files_storage_sas_token` (string): Shared Access Signature (SAS) token
|
460
|
-
* `s3_compatible_bucket` (string): S3-compatible Bucket name
|
461
|
-
* `s3_compatible_endpoint` (string): S3-compatible endpoint
|
462
|
-
* `s3_compatible_region` (string): S3-compatible endpoint
|
463
|
-
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
464
|
-
* `s3_compatible_access_key` (string): S3-compatible Access Key.
|
465
|
-
* `s3_compatible_secret_key` (string): S3-compatible secret key
|
466
|
-
* `files_agent_root` (string): Agent local root path
|
467
|
-
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
468
|
-
* `files_agent_version` (string): Files Agent version
|
469
|
-
* `filebase_access_key` (string): Filebase Access Key.
|
470
|
-
* `filebase_secret_key` (string): Filebase secret key
|
471
|
-
* `filebase_bucket` (string): Filebase Bucket name
|
472
|
-
* `cloudflare_access_key` (string): Cloudflare Access Key.
|
473
|
-
* `cloudflare_secret_key` (string): Cloudflare secret key
|
474
|
-
* `cloudflare_bucket` (string): Cloudflare Bucket name
|
475
|
-
* `cloudflare_endpoint` (string): Cloudflare endpoint
|
476
|
-
* `dropbox_teams` (boolean): List Team folders in root
|
477
|
-
* `linode_access_key` (string): Linode Access Key.
|
478
|
-
* `linode_secret_key` (string): Linode secret key
|
479
|
-
* `linode_bucket` (string): Linode Bucket name
|
480
|
-
* `linode_region` (string): Linode region
|
493
|
+
* `wasabi_access_key` (string): Wasabi: Access Key.
|
494
|
+
* `wasabi_bucket` (string): Wasabi: Bucket name
|
495
|
+
* `wasabi_region` (string): Wasabi: Region
|
481
496
|
|
482
497
|
|
483
498
|
---
|
@@ -539,128 +554,133 @@ remote_server.configuration_file(
|
|
539
554
|
remote_server = Files::RemoteServer.find(id)
|
540
555
|
|
541
556
|
remote_server.update(
|
542
|
-
aws_access_key: "example",
|
543
|
-
wasabi_access_key: "example",
|
544
557
|
reset_authentication: false,
|
558
|
+
aws_access_key: "example",
|
559
|
+
azure_blob_storage_account: "storage-account-name",
|
560
|
+
azure_blob_storage_container: "container-name",
|
561
|
+
azure_blob_storage_dns_suffix: "usgovcloudapi.net",
|
562
|
+
azure_blob_storage_hierarchical_namespace: true,
|
563
|
+
azure_files_storage_account: "storage-account-name",
|
564
|
+
azure_files_storage_dns_suffix: "file.core.windows.net",
|
565
|
+
azure_files_storage_share_name: "share-name",
|
566
|
+
backblaze_b2_bucket: "my-bucket",
|
567
|
+
backblaze_b2_s3_endpoint: "s3.us-west-001.backblazeb2.com",
|
568
|
+
cloudflare_access_key: "example",
|
569
|
+
cloudflare_bucket: "my-bucket",
|
570
|
+
cloudflare_endpoint: "https://<ACCOUNT_ID>.r2.cloudflarestorage.com",
|
571
|
+
dropbox_teams: true,
|
572
|
+
enable_dedicated_ips: true,
|
573
|
+
filebase_access_key: "example",
|
574
|
+
filebase_bucket: "my-bucket",
|
575
|
+
files_agent_permission_set: "read_write",
|
576
|
+
files_agent_root: "example",
|
577
|
+
files_agent_version: "example",
|
578
|
+
google_cloud_storage_bucket: "my-bucket",
|
579
|
+
google_cloud_storage_project_id: "my-project",
|
580
|
+
google_cloud_storage_region: "us-east-1",
|
581
|
+
google_cloud_storage_s3_compatible_access_key: "example",
|
545
582
|
hostname: "remote-server.com",
|
546
|
-
|
583
|
+
linode_access_key: "example",
|
584
|
+
linode_bucket: "my-bucket",
|
585
|
+
linode_region: "us-east-1",
|
547
586
|
max_connections: 1,
|
587
|
+
name: "My Remote server",
|
588
|
+
one_drive_account_type: "personal",
|
548
589
|
pin_to_site_region: true,
|
549
590
|
port: 1,
|
591
|
+
rackspace_container: "my-container",
|
592
|
+
rackspace_region: "dfw",
|
593
|
+
rackspace_username: "rackspaceuser",
|
550
594
|
s3_bucket: "my-bucket",
|
595
|
+
s3_compatible_access_key: "example",
|
596
|
+
s3_compatible_bucket: "my-bucket",
|
597
|
+
s3_compatible_endpoint: "mys3platform.com",
|
598
|
+
s3_compatible_region: "us-east-1",
|
551
599
|
s3_region: "us-east-1",
|
552
600
|
server_certificate: "require_match",
|
553
601
|
server_host_key: "[public key]",
|
554
602
|
server_type: "s3",
|
555
603
|
ssl: "if_available",
|
556
604
|
username: "user",
|
557
|
-
|
558
|
-
google_cloud_storage_project_id: "my-project",
|
559
|
-
backblaze_b2_bucket: "my-bucket",
|
560
|
-
backblaze_b2_s3_endpoint: "s3.us-west-001.backblazeb2.com",
|
605
|
+
wasabi_access_key: "example",
|
561
606
|
wasabi_bucket: "my-bucket",
|
562
|
-
wasabi_region: "us-west-1"
|
563
|
-
rackspace_username: "rackspaceuser",
|
564
|
-
rackspace_region: "dfw",
|
565
|
-
rackspace_container: "my-container",
|
566
|
-
one_drive_account_type: "personal",
|
567
|
-
azure_blob_storage_account: "storage-account-name",
|
568
|
-
azure_blob_storage_container: "container-name",
|
569
|
-
azure_blob_storage_hierarchical_namespace: true,
|
570
|
-
azure_blob_storage_dns_suffix: "usgovcloudapi.net",
|
571
|
-
azure_files_storage_account: "storage-account-name",
|
572
|
-
azure_files_storage_share_name: "share-name",
|
573
|
-
azure_files_storage_dns_suffix: "file.core.windows.net",
|
574
|
-
s3_compatible_bucket: "my-bucket",
|
575
|
-
s3_compatible_endpoint: "mys3platform.com",
|
576
|
-
s3_compatible_region: "us-east-1",
|
577
|
-
enable_dedicated_ips: true,
|
578
|
-
s3_compatible_access_key: "example",
|
579
|
-
files_agent_root: "example",
|
580
|
-
files_agent_permission_set: "read_write",
|
581
|
-
files_agent_version: "example",
|
582
|
-
filebase_access_key: "example",
|
583
|
-
filebase_bucket: "my-bucket",
|
584
|
-
cloudflare_access_key: "example",
|
585
|
-
cloudflare_bucket: "my-bucket",
|
586
|
-
cloudflare_endpoint: "https://<ACCOUNT_ID>.r2.cloudflarestorage.com",
|
587
|
-
dropbox_teams: true,
|
588
|
-
linode_access_key: "example",
|
589
|
-
linode_bucket: "my-bucket",
|
590
|
-
linode_region: "us-east-1"
|
607
|
+
wasabi_region: "us-west-1"
|
591
608
|
)
|
592
609
|
```
|
593
610
|
|
594
611
|
### Parameters
|
595
612
|
|
596
613
|
* `id` (int64): Required - Remote Server ID.
|
597
|
-
* `
|
598
|
-
* `
|
599
|
-
* `password` (string): Password if needed.
|
600
|
-
* `private_key` (string): Private key if needed.
|
614
|
+
* `password` (string): Password, if needed.
|
615
|
+
* `private_key` (string): Private key, if needed.
|
601
616
|
* `private_key_passphrase` (string): Passphrase for private key if needed.
|
617
|
+
* `reset_authentication` (boolean): Reset authenticated account?
|
602
618
|
* `ssl_certificate` (string): SSL client certificate.
|
603
|
-
* `
|
604
|
-
* `
|
605
|
-
* `
|
606
|
-
* `
|
607
|
-
* `
|
608
|
-
* `
|
609
|
-
* `
|
610
|
-
* `
|
611
|
-
* `
|
619
|
+
* `aws_secret_key` (string): AWS: secret key.
|
620
|
+
* `azure_blob_storage_access_key` (string): Azure Blob Storage: Access Key
|
621
|
+
* `azure_blob_storage_sas_token` (string): Azure Blob Storage: Shared Access Signature (SAS) token
|
622
|
+
* `azure_files_storage_access_key` (string): Azure File Storage: Access Key
|
623
|
+
* `azure_files_storage_sas_token` (string): Azure File Storage: Shared Access Signature (SAS) token
|
624
|
+
* `backblaze_b2_application_key` (string): Backblaze B2 Cloud Storage: applicationKey
|
625
|
+
* `backblaze_b2_key_id` (string): Backblaze B2 Cloud Storage: keyID
|
626
|
+
* `cloudflare_secret_key` (string): Cloudflare: Secret Key
|
627
|
+
* `filebase_secret_key` (string): Filebase: Secret Key
|
628
|
+
* `google_cloud_storage_credentials_json` (string): Google Cloud Storage: JSON file that contains the private key. To generate see https://cloud.google.com/storage/docs/json_api/v1/how-tos/authorizing#APIKey
|
629
|
+
* `google_cloud_storage_s3_compatible_secret_key` (string): Google Cloud Storage: S3-compatible secret key
|
630
|
+
* `linode_secret_key` (string): Linode: Secret Key
|
631
|
+
* `rackspace_api_key` (string): Rackspace: API key from the Rackspace Cloud Control Panel
|
632
|
+
* `s3_compatible_secret_key` (string): S3-compatible: Secret Key
|
633
|
+
* `wasabi_secret_key` (string): Wasabi: Secret Key
|
634
|
+
* `aws_access_key` (string): AWS Access Key.
|
635
|
+
* `azure_blob_storage_account` (string): Azure Blob Storage: Account name
|
636
|
+
* `azure_blob_storage_container` (string): Azure Blob Storage: Container name
|
637
|
+
* `azure_blob_storage_dns_suffix` (string): Azure Blob Storage: Custom DNS suffix
|
638
|
+
* `azure_blob_storage_hierarchical_namespace` (boolean): Azure Blob Storage: Does the storage account has hierarchical namespace feature enabled?
|
639
|
+
* `azure_files_storage_account` (string): Azure Files: Storage Account name
|
640
|
+
* `azure_files_storage_dns_suffix` (string): Azure Files: Custom DNS suffix
|
641
|
+
* `azure_files_storage_share_name` (string): Azure Files: Storage Share name
|
642
|
+
* `backblaze_b2_bucket` (string): Backblaze B2 Cloud Storage: Bucket name
|
643
|
+
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage: S3 Endpoint
|
644
|
+
* `cloudflare_access_key` (string): Cloudflare: Access Key.
|
645
|
+
* `cloudflare_bucket` (string): Cloudflare: Bucket name
|
646
|
+
* `cloudflare_endpoint` (string): Cloudflare: endpoint
|
647
|
+
* `dropbox_teams` (boolean): Dropbox: If true, list Team folders in root?
|
648
|
+
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
649
|
+
* `filebase_access_key` (string): Filebase: Access Key.
|
650
|
+
* `filebase_bucket` (string): Filebase: Bucket name
|
651
|
+
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
652
|
+
* `files_agent_root` (string): Agent local root path
|
653
|
+
* `files_agent_version` (string): Files Agent version
|
654
|
+
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
655
|
+
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
656
|
+
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
657
|
+
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
612
658
|
* `hostname` (string): Hostname or IP address
|
613
|
-
* `
|
659
|
+
* `linode_access_key` (string): Linode: Access Key
|
660
|
+
* `linode_bucket` (string): Linode: Bucket name
|
661
|
+
* `linode_region` (string): Linode: region
|
614
662
|
* `max_connections` (int64): Max number of parallel connections. Ignored for S3 connections (we will parallelize these as much as possible).
|
663
|
+
* `name` (string): Internal name for your reference
|
664
|
+
* `one_drive_account_type` (string): OneDrive: Either personal or business_other account types
|
615
665
|
* `pin_to_site_region` (boolean): If true, we will ensure that all communications with this remote server are made through the primary region of the site. This setting can also be overridden by a site-wide setting which will force it to true.
|
616
666
|
* `port` (int64): Port for remote server. Not needed for S3.
|
667
|
+
* `rackspace_container` (string): Rackspace: The name of the container (top level directory) where files will sync.
|
668
|
+
* `rackspace_region` (string): Rackspace: Three letter code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
669
|
+
* `rackspace_username` (string): Rackspace: username used to login to the Rackspace Cloud Control Panel.
|
617
670
|
* `s3_bucket` (string): S3 bucket name
|
671
|
+
* `s3_compatible_access_key` (string): S3-compatible: Access Key
|
672
|
+
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
673
|
+
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
674
|
+
* `s3_compatible_region` (string): S3-compatible: region
|
618
675
|
* `s3_region` (string): S3 region
|
619
676
|
* `server_certificate` (string): Remote server certificate
|
620
677
|
* `server_host_key` (string): Remote server SSH Host Key. If provided, we will require that the server host key matches the provided key. Uses OpenSSH format similar to what would go into ~/.ssh/known_hosts
|
621
678
|
* `server_type` (string): Remote server type.
|
622
679
|
* `ssl` (string): Should we require SSL?
|
623
680
|
* `username` (string): Remote server username. Not needed for S3 buckets.
|
624
|
-
* `
|
625
|
-
* `
|
626
|
-
* `
|
627
|
-
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage S3 Endpoint
|
628
|
-
* `wasabi_bucket` (string): Wasabi Bucket name
|
629
|
-
* `wasabi_region` (string): Wasabi region
|
630
|
-
* `rackspace_username` (string): Rackspace username used to login to the Rackspace Cloud Control Panel.
|
631
|
-
* `rackspace_region` (string): Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
632
|
-
* `rackspace_container` (string): The name of the container (top level directory) where files will sync.
|
633
|
-
* `one_drive_account_type` (string): Either personal or business_other account types
|
634
|
-
* `azure_blob_storage_account` (string): Azure Blob Storage Account name
|
635
|
-
* `azure_blob_storage_container` (string): Azure Blob Storage Container name
|
636
|
-
* `azure_blob_storage_hierarchical_namespace` (boolean): Enable when storage account has hierarchical namespace feature enabled
|
637
|
-
* `azure_blob_storage_sas_token` (string): Shared Access Signature (SAS) token
|
638
|
-
* `azure_blob_storage_dns_suffix` (string): Custom DNS suffix
|
639
|
-
* `azure_files_storage_account` (string): Azure File Storage Account name
|
640
|
-
* `azure_files_storage_share_name` (string): Azure File Storage Share name
|
641
|
-
* `azure_files_storage_dns_suffix` (string): Custom DNS suffix
|
642
|
-
* `azure_files_storage_sas_token` (string): Shared Access Signature (SAS) token
|
643
|
-
* `s3_compatible_bucket` (string): S3-compatible Bucket name
|
644
|
-
* `s3_compatible_endpoint` (string): S3-compatible endpoint
|
645
|
-
* `s3_compatible_region` (string): S3-compatible endpoint
|
646
|
-
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
647
|
-
* `s3_compatible_access_key` (string): S3-compatible Access Key.
|
648
|
-
* `s3_compatible_secret_key` (string): S3-compatible secret key
|
649
|
-
* `files_agent_root` (string): Agent local root path
|
650
|
-
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
651
|
-
* `files_agent_version` (string): Files Agent version
|
652
|
-
* `filebase_access_key` (string): Filebase Access Key.
|
653
|
-
* `filebase_secret_key` (string): Filebase secret key
|
654
|
-
* `filebase_bucket` (string): Filebase Bucket name
|
655
|
-
* `cloudflare_access_key` (string): Cloudflare Access Key.
|
656
|
-
* `cloudflare_secret_key` (string): Cloudflare secret key
|
657
|
-
* `cloudflare_bucket` (string): Cloudflare Bucket name
|
658
|
-
* `cloudflare_endpoint` (string): Cloudflare endpoint
|
659
|
-
* `dropbox_teams` (boolean): List Team folders in root
|
660
|
-
* `linode_access_key` (string): Linode Access Key.
|
661
|
-
* `linode_secret_key` (string): Linode secret key
|
662
|
-
* `linode_bucket` (string): Linode Bucket name
|
663
|
-
* `linode_region` (string): Linode region
|
681
|
+
* `wasabi_access_key` (string): Wasabi: Access Key.
|
682
|
+
* `wasabi_bucket` (string): Wasabi: Bucket name
|
683
|
+
* `wasabi_region` (string): Wasabi: Region
|
664
684
|
|
665
685
|
|
666
686
|
---
|