files.com 1.0.324 → 1.0.325

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: bae098e035e6d7a724dfb533d77eef6f1c616b8e5d006c0fcb0505bf9c7805d7
4
- data.tar.gz: 56785c22138b850d600f7ca08186b4545786b92810cb00f037518f37959c7ec5
3
+ metadata.gz: 14809cada3b9d391a1e3bac43e9d84a1eed3cb88e4bc7500b3007559fda31d3b
4
+ data.tar.gz: 76eaad97227fd79d4251408d1de96d4bc3a3e736a640195ad0a3f346b9f03aa3
5
5
  SHA512:
6
- metadata.gz: cca9d6414bbf4bc4d6f7f92c0feed8ae6930cb82048c4401eb287623cc72895d7a1c89383094d4a55c8a6b21d3f60b7568bd765fdb1bccf4e02019d1dc732300
7
- data.tar.gz: bb79bea25fed0e1aa3f756cff02591ecefb0dcdb8c8243ae98c8b0c619a3a42b21d3fbc9f52a8d2b2954bfa2804a9df012216b240c4834f8e1ec811d3ce78c70
6
+ metadata.gz: 716371888ddcd13e3483362710cd81828b55d2f3a56426716358b49aaf9fc3ead4a7d853ee538f621c67d2fc961c92532fdb78aad48ad3c7e747a6a856848752
7
+ data.tar.gz: 76671a098b12a2e386e6fa47a8401753cec72db94f726eab9381d261ad299c4e79ff83dce87ede40fe77f108bb1ca31a46ff889eeae7dcb180271d58d74caa67
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.324
1
+ 1.0.325
@@ -49,7 +49,8 @@
49
49
  "enable_dedicated_ips": true,
50
50
  "files_agent_permission_set": "read_write",
51
51
  "files_agent_root": "example",
52
- "files_agent_api_token": "example"
52
+ "files_agent_api_token": "example",
53
+ "filebase_bucket": "my-bucket"
53
54
  }
54
55
  ```
55
56
 
@@ -99,6 +100,7 @@
99
100
  * `files_agent_permission_set` (string): Local permissions for files agent. read_only, write_only, or read_write
100
101
  * `files_agent_root` (string): Agent local root path
101
102
  * `files_agent_api_token` (string): Files Agent API Token
103
+ * `filebase_bucket` (string): Filebase Bucket name
102
104
  * `aws_secret_key` (string): AWS secret key.
103
105
  * `password` (string): Password if needed.
104
106
  * `private_key` (string): Private key if needed.
@@ -423,6 +423,15 @@ module Files
423
423
  @attributes[:files_agent_api_token] = value
424
424
  end
425
425
 
426
+ # string - Filebase Bucket name
427
+ def filebase_bucket
428
+ @attributes[:filebase_bucket]
429
+ end
430
+
431
+ def filebase_bucket=(value)
432
+ @attributes[:filebase_bucket] = value
433
+ end
434
+
426
435
  # string - AWS secret key.
427
436
  def aws_secret_key
428
437
  @attributes[:aws_secret_key]
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.0.324
4
+ version: 1.0.325
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-06 00:00:00.000000000 Z
11
+ date: 2023-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable