tencentcloud-sdk-ms 3.0.592 → 3.0.593
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/lib/VERSION +1 -1
- data/lib/v20180408/models.rb +9 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fd9116b9ebc8e83fe1773b8d1cf612a281cb332
|
|
4
|
+
data.tar.gz: c68c3b74c68bbda934d55d4865d62052042edfde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ad35e68d68287b3b4065b4ecb9ec8bea20080fc1fcb25a1b11590e21e367020c71fdfffe8f02cf4663b55882ea91364eb16b634d87be23fd8ec0280cb631dae
|
|
7
|
+
data.tar.gz: 995095471ee7a6e2c158f9844dfc8a041186ab11f848c4ff15c8652bf3f51e6ca3947910f136119b6589d8d519535ed38d4f0ba5ce16bf723f4a0cde324c3b65
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.593
|
data/lib/v20180408/models.rb
CHANGED
|
@@ -283,12 +283,17 @@ module TencentCloud
|
|
|
283
283
|
# @type CosTocken: String
|
|
284
284
|
# @param CosPrefix: 密钥可访问的文件前缀人。例如:CosPrefix=test/123/666,则该密钥只能操作test/123/666为前缀的文件,例如test/123/666/1.txt
|
|
285
285
|
# @type CosPrefix: String
|
|
286
|
+
# @param CosToken: 密钥TOCKEN信息
|
|
287
|
+
# @type CosToken: String
|
|
286
288
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
287
289
|
# @type RequestId: String
|
|
288
290
|
|
|
289
|
-
attr_accessor :CosAppid, :CosBucket, :CosRegion, :ExpireTime, :CosId, :CosKey, :CosTocken, :CosPrefix, :RequestId
|
|
291
|
+
attr_accessor :CosAppid, :CosBucket, :CosRegion, :ExpireTime, :CosId, :CosKey, :CosTocken, :CosPrefix, :CosToken, :RequestId
|
|
292
|
+
extend Gem::Deprecate
|
|
293
|
+
deprecate :CosTocken, :none, 2023, 6
|
|
294
|
+
deprecate :CosTocken=, :none, 2023, 6
|
|
290
295
|
|
|
291
|
-
def initialize(cosappid=nil, cosbucket=nil, cosregion=nil, expiretime=nil, cosid=nil, coskey=nil, costocken=nil, cosprefix=nil, requestid=nil)
|
|
296
|
+
def initialize(cosappid=nil, cosbucket=nil, cosregion=nil, expiretime=nil, cosid=nil, coskey=nil, costocken=nil, cosprefix=nil, costoken=nil, requestid=nil)
|
|
292
297
|
@CosAppid = cosappid
|
|
293
298
|
@CosBucket = cosbucket
|
|
294
299
|
@CosRegion = cosregion
|
|
@@ -297,6 +302,7 @@ module TencentCloud
|
|
|
297
302
|
@CosKey = coskey
|
|
298
303
|
@CosTocken = costocken
|
|
299
304
|
@CosPrefix = cosprefix
|
|
305
|
+
@CosToken = costoken
|
|
300
306
|
@RequestId = requestid
|
|
301
307
|
end
|
|
302
308
|
|
|
@@ -309,6 +315,7 @@ module TencentCloud
|
|
|
309
315
|
@CosKey = params['CosKey']
|
|
310
316
|
@CosTocken = params['CosTocken']
|
|
311
317
|
@CosPrefix = params['CosPrefix']
|
|
318
|
+
@CosToken = params['CosToken']
|
|
312
319
|
@RequestId = params['RequestId']
|
|
313
320
|
end
|
|
314
321
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.593
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|