files.com 1.1.608 → 1.1.609
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 +8 -0
- data/lib/files.com/models/remote_server.rb +12 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0141b45b7feb4472e1f7b7452ec2f6db80187cbc7682e200f2f51ea1eb07f597
|
|
4
|
+
data.tar.gz: 83705f870364c1b6a06ca1ac7c944a25f340d196c9c2c286b3ab24b0f89a360f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5911fe0749e5015fbba0365a1c6d1bf9d19f6c483941c6e9d2b4d6ed630d4f76c85fa05cae286dfeda0ec9cb4f7416ba4da29759bb3d1a98aa5f7915302d1289
|
|
7
|
+
data.tar.gz: 522f663240d45389edfa63015967a9e562ce684c48f165e2dd18c1e9ab0f516421d1bfc126634fba62373d7b6172f96ad51a83c3345aa9c8b31c46c29aef2ca9
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.609
|
data/docs/remote_server.md
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"s3_compatible_bucket": "my-bucket",
|
|
53
53
|
"s3_compatible_endpoint": "mys3platform.com",
|
|
54
54
|
"s3_compatible_region": "us-east-1",
|
|
55
|
+
"s3_compatible_virtual_hosted_style": true,
|
|
55
56
|
"s3_compatible_access_key": "example",
|
|
56
57
|
"enable_dedicated_ips": true,
|
|
57
58
|
"files_agent_permission_set": "read_write",
|
|
@@ -123,6 +124,7 @@
|
|
|
123
124
|
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
|
124
125
|
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
|
125
126
|
* `s3_compatible_region` (string): S3-compatible: region
|
|
127
|
+
* `s3_compatible_virtual_hosted_style` (boolean): S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
126
128
|
* `s3_compatible_access_key` (string): S3-compatible: Access Key
|
|
127
129
|
* `enable_dedicated_ips` (boolean): `true` if remote server only accepts connections from dedicated IPs
|
|
128
130
|
* `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
|
|
@@ -259,6 +261,7 @@ Files::RemoteServer.create(
|
|
|
259
261
|
s3_compatible_bucket: "my-bucket",
|
|
260
262
|
s3_compatible_endpoint: "mys3platform.com",
|
|
261
263
|
s3_compatible_region: "us-east-1",
|
|
264
|
+
s3_compatible_virtual_hosted_style: true,
|
|
262
265
|
s3_region: "us-east-1",
|
|
263
266
|
server_certificate: "require_match",
|
|
264
267
|
server_host_key: "[public key]",
|
|
@@ -338,6 +341,7 @@ Files::RemoteServer.create(
|
|
|
338
341
|
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
|
339
342
|
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
|
340
343
|
* `s3_compatible_region` (string): S3-compatible: region
|
|
344
|
+
* `s3_compatible_virtual_hosted_style` (boolean): S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
341
345
|
* `s3_region` (string): S3 region
|
|
342
346
|
* `server_certificate` (string): Remote server certificate
|
|
343
347
|
* `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
|
|
@@ -451,6 +455,7 @@ Files::RemoteServer.update(id,
|
|
|
451
455
|
s3_compatible_bucket: "my-bucket",
|
|
452
456
|
s3_compatible_endpoint: "mys3platform.com",
|
|
453
457
|
s3_compatible_region: "us-east-1",
|
|
458
|
+
s3_compatible_virtual_hosted_style: true,
|
|
454
459
|
s3_region: "us-east-1",
|
|
455
460
|
server_certificate: "require_match",
|
|
456
461
|
server_host_key: "[public key]",
|
|
@@ -530,6 +535,7 @@ Files::RemoteServer.update(id,
|
|
|
530
535
|
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
|
531
536
|
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
|
532
537
|
* `s3_compatible_region` (string): S3-compatible: region
|
|
538
|
+
* `s3_compatible_virtual_hosted_style` (boolean): S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
533
539
|
* `s3_region` (string): S3 region
|
|
534
540
|
* `server_certificate` (string): Remote server certificate
|
|
535
541
|
* `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
|
|
@@ -661,6 +667,7 @@ remote_server.update(
|
|
|
661
667
|
s3_compatible_bucket: "my-bucket",
|
|
662
668
|
s3_compatible_endpoint: "mys3platform.com",
|
|
663
669
|
s3_compatible_region: "us-east-1",
|
|
670
|
+
s3_compatible_virtual_hosted_style: true,
|
|
664
671
|
s3_region: "us-east-1",
|
|
665
672
|
server_certificate: "require_match",
|
|
666
673
|
server_host_key: "[public key]",
|
|
@@ -740,6 +747,7 @@ remote_server.update(
|
|
|
740
747
|
* `s3_compatible_bucket` (string): S3-compatible: Bucket name
|
|
741
748
|
* `s3_compatible_endpoint` (string): S3-compatible: endpoint
|
|
742
749
|
* `s3_compatible_region` (string): S3-compatible: region
|
|
750
|
+
* `s3_compatible_virtual_hosted_style` (boolean): S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
743
751
|
* `s3_region` (string): S3 region
|
|
744
752
|
* `server_certificate` (string): Remote server certificate
|
|
745
753
|
* `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
|
|
@@ -441,6 +441,15 @@ module Files
|
|
|
441
441
|
@attributes[:s3_compatible_region] = value
|
|
442
442
|
end
|
|
443
443
|
|
|
444
|
+
# boolean - S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
445
|
+
def s3_compatible_virtual_hosted_style
|
|
446
|
+
@attributes[:s3_compatible_virtual_hosted_style]
|
|
447
|
+
end
|
|
448
|
+
|
|
449
|
+
def s3_compatible_virtual_hosted_style=(value)
|
|
450
|
+
@attributes[:s3_compatible_virtual_hosted_style] = value
|
|
451
|
+
end
|
|
452
|
+
|
|
444
453
|
# string - S3-compatible: Access Key
|
|
445
454
|
def s3_compatible_access_key
|
|
446
455
|
@attributes[:s3_compatible_access_key]
|
|
@@ -903,6 +912,7 @@ module Files
|
|
|
903
912
|
# s3_compatible_bucket - string - S3-compatible: Bucket name
|
|
904
913
|
# s3_compatible_endpoint - string - S3-compatible: endpoint
|
|
905
914
|
# s3_compatible_region - string - S3-compatible: region
|
|
915
|
+
# s3_compatible_virtual_hosted_style - boolean - S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
906
916
|
# s3_region - string - S3 region
|
|
907
917
|
# server_certificate - string - Remote server certificate
|
|
908
918
|
# 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
|
|
@@ -1130,6 +1140,7 @@ module Files
|
|
|
1130
1140
|
# s3_compatible_bucket - string - S3-compatible: Bucket name
|
|
1131
1141
|
# s3_compatible_endpoint - string - S3-compatible: endpoint
|
|
1132
1142
|
# s3_compatible_region - string - S3-compatible: region
|
|
1143
|
+
# s3_compatible_virtual_hosted_style - boolean - S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
1133
1144
|
# s3_region - string - S3 region
|
|
1134
1145
|
# server_certificate - string - Remote server certificate
|
|
1135
1146
|
# 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
|
|
@@ -1325,6 +1336,7 @@ module Files
|
|
|
1325
1336
|
# s3_compatible_bucket - string - S3-compatible: Bucket name
|
|
1326
1337
|
# s3_compatible_endpoint - string - S3-compatible: endpoint
|
|
1327
1338
|
# s3_compatible_region - string - S3-compatible: region
|
|
1339
|
+
# s3_compatible_virtual_hosted_style - boolean - S3-compatible: If true, use virtual-hosted-style URLs instead of path-style URLs
|
|
1328
1340
|
# s3_region - string - S3 region
|
|
1329
1341
|
# server_certificate - string - Remote server certificate
|
|
1330
1342
|
# 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
|
data/lib/files.com/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: files.com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.609
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|