files.com 1.1.278 → 1.1.280

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae51a0b741deaac71251fb4c016a848d387cb86c7730b6711c232101dc30d347
4
- data.tar.gz: c32c1d745aafede7ea5e0869f7057862dba0b162d8054c5219eb1ce9456bf172
3
+ metadata.gz: 13112609bc66ceb0243a23a13e130c37390a05b446b29cee049900c675c0bce0
4
+ data.tar.gz: 5a6e1038a56bc6fefe3542ae3784eea5cfa1061803321c2542ca829cbcba5cc7
5
5
  SHA512:
6
- metadata.gz: cca3c253d590e16e42a132e9c47cfa8ae91423eb863f8a7215f9b9f4142641740518b4828f5ec0987185e7b2ef36d246f9035ef0669a79b5d4351a3e7b37ec0d
7
- data.tar.gz: f1153469e86101b378308b3d8d8c2ee82d98d51fb61e0168fe4be866d8c1d230ba45e998ffed97611baff87b1993e8ee4b707af836d81c4b60a4b9fa3e12a219
6
+ metadata.gz: b87b4d29ca637d997b806d054060ac7f48887631c7009e11d8a1c9d73dee1b86a4a47e09b84b69624efeaa18c3736647ef4fa87b5eb1763607051d33794aeecf
7
+ data.tar.gz: 7c0cd5d834ae951b9537b10d9304ad3427a9d30675e702857e4cc60c9fb3dbe05568967f97ec6b2e26fc9963c2b40801ab0cd53ec5db6bc8582a9c2760937d02
data/Gemfile.lock CHANGED
@@ -24,7 +24,7 @@ GEM
24
24
  faraday-net_http (>= 2.0, < 3.5)
25
25
  json
26
26
  logger
27
- faraday-multipart (1.1.0)
27
+ faraday-multipart (1.1.1)
28
28
  multipart-post (~> 2.0)
29
29
  faraday-net_http (3.4.1)
30
30
  net-http (>= 0.5.0)
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.278
1
+ 1.1.280
data/docs/sync_run.md CHANGED
@@ -19,8 +19,7 @@
19
19
  "errored_files": 1,
20
20
  "successful_files": 1,
21
21
  "runtime": 1.0,
22
- "s3_body_path": "example",
23
- "s3_internal_body_path": "example",
22
+ "log_url": "https://www.example.com/log_file.txt",
24
23
  "completed_at": "2000-01-01T01:00:00Z",
25
24
  "notified": true,
26
25
  "created_at": "2000-01-01T01:00:00Z",
@@ -41,8 +40,7 @@
41
40
  * `errored_files` (int64): Number of files that errored
42
41
  * `successful_files` (int64): Number of files successfully synced
43
42
  * `runtime` (double): Total runtime in seconds
44
- * `s3_body_path` (string): S3 path to the main log file
45
- * `s3_internal_body_path` (string): S3 path to the internal log file
43
+ * `log_url` (string): Link to external log file.
46
44
  * `completed_at` (date-time): When this run was completed
47
45
  * `notified` (boolean): Whether notifications were sent for this run
48
46
  * `created_at` (date-time): When this run was created
@@ -74,14 +74,9 @@ module Files
74
74
  @attributes[:runtime]
75
75
  end
76
76
 
77
- # string - S3 path to the main log file
78
- def s3_body_path
79
- @attributes[:s3_body_path]
80
- end
81
-
82
- # string - S3 path to the internal log file
83
- def s3_internal_body_path
84
- @attributes[:s3_internal_body_path]
77
+ # string - Link to external log file.
78
+ def log_url
79
+ @attributes[:log_url]
85
80
  end
86
81
 
87
82
  # date-time - When this run was completed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.278"
4
+ VERSION = "1.1.280"
5
5
  end
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.278
4
+ version: 1.1.280
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-17 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable