files.com 1.1.76 → 1.1.77
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/ftp_action_log.md +2 -0
- data/lib/files.com/models/ftp_action_log.rb +5 -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: ebc7eefeb182f541e0a4782916cc636d087328078752cde7846cefeccd7b8ec0
|
|
4
|
+
data.tar.gz: 710d3fad1085fcccafe1ea56b119f2e74e3a4fbd536e38ecc10ad2ac58adbe19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7140ea92b2799016f89b4a8d22663c78cbd629d262472cbe50044263d9f1b36dd2b7f3f9d8c4070ad86ed6e88399ff39f72ee1995acba5598ee6838210c8642
|
|
7
|
+
data.tar.gz: 5295ab00bd74c694dbefc8d637617f99ef5bc5a9399a63a95795f6f9cc4f2a673fe0e0b97e8cddcc41770cc1791106fe39133a14811d884ba70c73d8cf3257d2
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.77
|
data/docs/ftp_action_log.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"username": "example",
|
|
11
11
|
"session_uuid": "example",
|
|
12
12
|
"seq_id": 1,
|
|
13
|
+
"auth_ciphers": "example",
|
|
13
14
|
"action_type": "example",
|
|
14
15
|
"path": "example",
|
|
15
16
|
"true_path": "example",
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
* `username` (string): Username
|
|
31
32
|
* `session_uuid` (string): Unique ID of the Session
|
|
32
33
|
* `seq_id` (int64): FTP Sequence ID
|
|
34
|
+
* `auth_ciphers` (string): Authentication Ciphers
|
|
33
35
|
* `action_type` (string): Action Type
|
|
34
36
|
* `path` (string): Path as sent by the Client (may not match Files.com path due to user root folders for FTP) This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
|
35
37
|
* `true_path` (string): Path on Files.com
|
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.77
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|