files.com 1.1.277 → 1.1.279

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: a854891a68a40d92fcc6ed806f0f088fd7b725ffe9b883bd89d32db7843bc244
4
- data.tar.gz: f180e853b131c1f2a9d6fb4f839943ac941b0d9c4934eafd6a41f5342fd6038a
3
+ metadata.gz: b549da4fbf9c434e866cda1c7196c101c43d42b6263d78271169e393a139b036
4
+ data.tar.gz: febf30065e42526dc5dd2d9344b11c9a34558ffc65b070256af025fd29960c68
5
5
  SHA512:
6
- metadata.gz: c224595180a0747055d67d17f33b2920ec25045ecbf62be338a61504d19402628047e7199aaf4cda27be45340b010401a2c79e631bb0068f35fa45533a2b3cca
7
- data.tar.gz: 32000a6858f38cd9f41ae2787e29cd391fcb82242080820276f7bb983fc36598979230c970d658b98c9e509dcf3bb3361c86de8097fdf7e15a2f896a4ada60ef
6
+ metadata.gz: f9487b5df9a1f596511796ffa88c7123de90a20f544d6d5d49971274270729954cf84e76e995880983a871d4584a4051d015b370dda3eaa7426cdd9fde23dc29
7
+ data.tar.gz: 03edae165adbb34221ef6f93dbe98bca389568e030fdb691ea7e4e3793d3f42f76c0033eb95176e575ccb3016bb951da1f43adf481a79d44de16f286fdf4ea31
data/Gemfile.lock CHANGED
@@ -28,7 +28,7 @@ GEM
28
28
  multipart-post (~> 2.0)
29
29
  faraday-net_http (3.4.1)
30
30
  net-http (>= 0.5.0)
31
- faraday-net_http_persistent (2.3.0)
31
+ faraday-net_http_persistent (2.3.1)
32
32
  faraday (~> 2.5)
33
33
  net-http-persistent (>= 4.0.4, < 5)
34
34
  json (2.6.2)
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.277
1
+ 1.1.279
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.277"
4
+ VERSION = "1.1.279"
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.277
4
+ version: 1.1.279
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