files.com 1.1.247 → 1.1.248
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 +0 -8
- data/lib/files.com/models/remote_server.rb +0 -15
- data/lib/files.com/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7a0d4ae2ef14b51cbaa2db633936546e2aad83ef4f3f9c7d3a954f00137d5eb
|
4
|
+
data.tar.gz: b6eaeeef6c8b9591b1e08efd65a153fb4954481a0b59199aca714cf5c9fd1f51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3ebd733d8ff359f4253ebcf4b863f8a9d268ea53c92f6e9fe39aa09d21ce2a38a27971e36e56a66d7a2fa0176a4a5ed22c24db7b71a64fcfa17aced9d546d06
|
7
|
+
data.tar.gz: d9b953f723438554603319812a47518870878401ad03540055046f2e1aba46db0a3fd56c1ff50c4b911f14686513a1b4614e8b5612bcaea2d0177d02620913f2
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.248
|
data/docs/remote_server.md
CHANGED
@@ -24,7 +24,6 @@
|
|
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
27
|
"google_cloud_storage_s3_compatible_access_key": "example",
|
29
28
|
"backblaze_b2_s3_endpoint": "s3.us-west-001.backblazeb2.com",
|
30
29
|
"backblaze_b2_bucket": "my-bucket",
|
@@ -86,7 +85,6 @@
|
|
86
85
|
* `username` (string): Remote server username. Not needed for S3 buckets.
|
87
86
|
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
88
87
|
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
89
|
-
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
90
88
|
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
91
89
|
* `backblaze_b2_s3_endpoint` (string): Backblaze B2 Cloud Storage: S3 Endpoint
|
92
90
|
* `backblaze_b2_bucket` (string): Backblaze B2 Cloud Storage: Bucket name
|
@@ -219,7 +217,6 @@ Files::RemoteServer.create(
|
|
219
217
|
files_agent_version: "example",
|
220
218
|
google_cloud_storage_bucket: "my-bucket",
|
221
219
|
google_cloud_storage_project_id: "my-project",
|
222
|
-
google_cloud_storage_region: "us-east-1",
|
223
220
|
google_cloud_storage_s3_compatible_access_key: "example",
|
224
221
|
hostname: "remote-server.com",
|
225
222
|
linode_access_key: "example",
|
@@ -294,7 +291,6 @@ Files::RemoteServer.create(
|
|
294
291
|
* `files_agent_version` (string): Files Agent version
|
295
292
|
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
296
293
|
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
297
|
-
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
298
294
|
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
299
295
|
* `hostname` (string): Hostname or IP address
|
300
296
|
* `linode_access_key` (string): Linode: Access Key
|
@@ -389,7 +385,6 @@ Files::RemoteServer.update(id,
|
|
389
385
|
files_agent_version: "example",
|
390
386
|
google_cloud_storage_bucket: "my-bucket",
|
391
387
|
google_cloud_storage_project_id: "my-project",
|
392
|
-
google_cloud_storage_region: "us-east-1",
|
393
388
|
google_cloud_storage_s3_compatible_access_key: "example",
|
394
389
|
hostname: "remote-server.com",
|
395
390
|
linode_access_key: "example",
|
@@ -465,7 +460,6 @@ Files::RemoteServer.update(id,
|
|
465
460
|
* `files_agent_version` (string): Files Agent version
|
466
461
|
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
467
462
|
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
468
|
-
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
469
463
|
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
470
464
|
* `hostname` (string): Hostname or IP address
|
471
465
|
* `linode_access_key` (string): Linode: Access Key
|
@@ -577,7 +571,6 @@ remote_server.update(
|
|
577
571
|
files_agent_version: "example",
|
578
572
|
google_cloud_storage_bucket: "my-bucket",
|
579
573
|
google_cloud_storage_project_id: "my-project",
|
580
|
-
google_cloud_storage_region: "us-east-1",
|
581
574
|
google_cloud_storage_s3_compatible_access_key: "example",
|
582
575
|
hostname: "remote-server.com",
|
583
576
|
linode_access_key: "example",
|
@@ -653,7 +646,6 @@ remote_server.update(
|
|
653
646
|
* `files_agent_version` (string): Files Agent version
|
654
647
|
* `google_cloud_storage_bucket` (string): Google Cloud Storage: Bucket Name
|
655
648
|
* `google_cloud_storage_project_id` (string): Google Cloud Storage: Project ID
|
656
|
-
* `google_cloud_storage_region` (string): Google Cloud Storage: Region
|
657
649
|
* `google_cloud_storage_s3_compatible_access_key` (string): Google Cloud Storage: S3-compatible Access Key.
|
658
650
|
* `hostname` (string): Hostname or IP address
|
659
651
|
* `linode_access_key` (string): Linode: Access Key
|
@@ -189,15 +189,6 @@ module Files
|
|
189
189
|
@attributes[:google_cloud_storage_project_id] = value
|
190
190
|
end
|
191
191
|
|
192
|
-
# string - Google Cloud Storage: Region
|
193
|
-
def google_cloud_storage_region
|
194
|
-
@attributes[:google_cloud_storage_region]
|
195
|
-
end
|
196
|
-
|
197
|
-
def google_cloud_storage_region=(value)
|
198
|
-
@attributes[:google_cloud_storage_region] = value
|
199
|
-
end
|
200
|
-
|
201
192
|
# string - Google Cloud Storage: S3-compatible Access Key.
|
202
193
|
def google_cloud_storage_s3_compatible_access_key
|
203
194
|
@attributes[:google_cloud_storage_s3_compatible_access_key]
|
@@ -798,7 +789,6 @@ module Files
|
|
798
789
|
# files_agent_version - string - Files Agent version
|
799
790
|
# google_cloud_storage_bucket - string - Google Cloud Storage: Bucket Name
|
800
791
|
# google_cloud_storage_project_id - string - Google Cloud Storage: Project ID
|
801
|
-
# google_cloud_storage_region - string - Google Cloud Storage: Region
|
802
792
|
# google_cloud_storage_s3_compatible_access_key - string - Google Cloud Storage: S3-compatible Access Key.
|
803
793
|
# hostname - string - Hostname or IP address
|
804
794
|
# linode_access_key - string - Linode: Access Key
|
@@ -869,7 +859,6 @@ module Files
|
|
869
859
|
raise InvalidParameterError.new("Bad parameter: files_agent_version must be an String") if params[:files_agent_version] and !params[:files_agent_version].is_a?(String)
|
870
860
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_bucket must be an String") if params[:google_cloud_storage_bucket] and !params[:google_cloud_storage_bucket].is_a?(String)
|
871
861
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_project_id must be an String") if params[:google_cloud_storage_project_id] and !params[:google_cloud_storage_project_id].is_a?(String)
|
872
|
-
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_region must be an String") if params[:google_cloud_storage_region] and !params[:google_cloud_storage_region].is_a?(String)
|
873
862
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_s3_compatible_access_key must be an String") if params[:google_cloud_storage_s3_compatible_access_key] and !params[:google_cloud_storage_s3_compatible_access_key].is_a?(String)
|
874
863
|
raise InvalidParameterError.new("Bad parameter: hostname must be an String") if params[:hostname] and !params[:hostname].is_a?(String)
|
875
864
|
raise InvalidParameterError.new("Bad parameter: linode_access_key must be an String") if params[:linode_access_key] and !params[:linode_access_key].is_a?(String)
|
@@ -1020,7 +1009,6 @@ module Files
|
|
1020
1009
|
# files_agent_version - string - Files Agent version
|
1021
1010
|
# google_cloud_storage_bucket - string - Google Cloud Storage: Bucket Name
|
1022
1011
|
# google_cloud_storage_project_id - string - Google Cloud Storage: Project ID
|
1023
|
-
# google_cloud_storage_region - string - Google Cloud Storage: Region
|
1024
1012
|
# google_cloud_storage_s3_compatible_access_key - string - Google Cloud Storage: S3-compatible Access Key.
|
1025
1013
|
# hostname - string - Hostname or IP address
|
1026
1014
|
# linode_access_key - string - Linode: Access Key
|
@@ -1087,7 +1075,6 @@ module Files
|
|
1087
1075
|
raise InvalidParameterError.new("Bad parameter: files_agent_version must be an String") if params[:files_agent_version] and !params[:files_agent_version].is_a?(String)
|
1088
1076
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_bucket must be an String") if params[:google_cloud_storage_bucket] and !params[:google_cloud_storage_bucket].is_a?(String)
|
1089
1077
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_project_id must be an String") if params[:google_cloud_storage_project_id] and !params[:google_cloud_storage_project_id].is_a?(String)
|
1090
|
-
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_region must be an String") if params[:google_cloud_storage_region] and !params[:google_cloud_storage_region].is_a?(String)
|
1091
1078
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_s3_compatible_access_key must be an String") if params[:google_cloud_storage_s3_compatible_access_key] and !params[:google_cloud_storage_s3_compatible_access_key].is_a?(String)
|
1092
1079
|
raise InvalidParameterError.new("Bad parameter: hostname must be an String") if params[:hostname] and !params[:hostname].is_a?(String)
|
1093
1080
|
raise InvalidParameterError.new("Bad parameter: linode_access_key must be an String") if params[:linode_access_key] and !params[:linode_access_key].is_a?(String)
|
@@ -1197,7 +1184,6 @@ module Files
|
|
1197
1184
|
# files_agent_version - string - Files Agent version
|
1198
1185
|
# google_cloud_storage_bucket - string - Google Cloud Storage: Bucket Name
|
1199
1186
|
# google_cloud_storage_project_id - string - Google Cloud Storage: Project ID
|
1200
|
-
# google_cloud_storage_region - string - Google Cloud Storage: Region
|
1201
1187
|
# google_cloud_storage_s3_compatible_access_key - string - Google Cloud Storage: S3-compatible Access Key.
|
1202
1188
|
# hostname - string - Hostname or IP address
|
1203
1189
|
# linode_access_key - string - Linode: Access Key
|
@@ -1267,7 +1253,6 @@ module Files
|
|
1267
1253
|
raise InvalidParameterError.new("Bad parameter: files_agent_version must be an String") if params[:files_agent_version] and !params[:files_agent_version].is_a?(String)
|
1268
1254
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_bucket must be an String") if params[:google_cloud_storage_bucket] and !params[:google_cloud_storage_bucket].is_a?(String)
|
1269
1255
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_project_id must be an String") if params[:google_cloud_storage_project_id] and !params[:google_cloud_storage_project_id].is_a?(String)
|
1270
|
-
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_region must be an String") if params[:google_cloud_storage_region] and !params[:google_cloud_storage_region].is_a?(String)
|
1271
1256
|
raise InvalidParameterError.new("Bad parameter: google_cloud_storage_s3_compatible_access_key must be an String") if params[:google_cloud_storage_s3_compatible_access_key] and !params[:google_cloud_storage_s3_compatible_access_key].is_a?(String)
|
1272
1257
|
raise InvalidParameterError.new("Bad parameter: hostname must be an String") if params[:hostname] and !params[:hostname].is_a?(String)
|
1273
1258
|
raise InvalidParameterError.new("Bad parameter: linode_access_key must be an String") if params[:linode_access_key] and !params[:linode_access_key].is_a?(String)
|
data/lib/files.com/version.rb
CHANGED