google-cloud-storage 1.18.0 → 1.18.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb56e329ad11bfe571336d2ba3b7d24f059f3e290418059c1845b2ee5ece997e
|
|
4
|
+
data.tar.gz: 4895f865ba8f52a3e8c50537a7775e14d63bd31c65ee4846226795ab41ce2baa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb632f294b6f6341cbcad77a1437465c76521939206279bdcc58cbbb76f607291a068fead01ebff4379bd5090d60aa0189717db07550909b9f6e6c819d80e62e
|
|
7
|
+
data.tar.gz: 57b5edce412a140f40825104f1a63138c4b751dc6f338eddedba40b044bd9c2b188841a65f368ce0e02bf5e74a22f559c302463724707d9be347ec7af6c40b1c
|
data/CHANGELOG.md
CHANGED
|
@@ -800,6 +800,11 @@ module Google
|
|
|
800
800
|
# Any requests which attempt to use the ACL API to view or manipulate
|
|
801
801
|
# ACLs will fail with 400 errors.
|
|
802
802
|
#
|
|
803
|
+
# Before enabling Bucket Policy Only please review [feature
|
|
804
|
+
# documentation](https://cloud.google.com/storage/docs/bucket-policy-only),
|
|
805
|
+
# as well as [Should you use Bucket Policy
|
|
806
|
+
# Only?](https://cloud.google.com/storage/docs/bucket-policy-only#should-you-use).
|
|
807
|
+
#
|
|
803
808
|
# @param [Boolean] new_policy_only When set to `true`, Bucket Policy
|
|
804
809
|
# Only is enabled in the bucket's IAM configuration.
|
|
805
810
|
#
|
|
@@ -1408,8 +1413,8 @@ module Google
|
|
|
1408
1413
|
# corresponding values. (These values can be permanently set using
|
|
1409
1414
|
# {File#content_disposition=} and {File#content_type=}.)
|
|
1410
1415
|
# @param [Symbol, String] version The version of the signed credential
|
|
1411
|
-
# to create. Must be one of
|
|
1412
|
-
#
|
|
1416
|
+
# to create. Must be one of `:v2` or `:v4`. The default value is
|
|
1417
|
+
# `:v2`.
|
|
1413
1418
|
#
|
|
1414
1419
|
# @return [String]
|
|
1415
1420
|
#
|
|
@@ -1438,8 +1438,8 @@ module Google
|
|
|
1438
1438
|
# corresponding values. (These values can be permanently set using
|
|
1439
1439
|
# {#content_disposition=} and {#content_type=}.)
|
|
1440
1440
|
# @param [Symbol, String] version The version of the signed credential
|
|
1441
|
-
# to create. Must be one of
|
|
1442
|
-
#
|
|
1441
|
+
# to create. Must be one of `:v2` or `:v4`. The default value is
|
|
1442
|
+
# `:v2`.
|
|
1443
1443
|
#
|
|
1444
1444
|
# @return [String]
|
|
1445
1445
|
#
|
|
@@ -232,6 +232,12 @@ module Google
|
|
|
232
232
|
# for the bucket, including a block that defines CORS rule. See
|
|
233
233
|
# {Bucket::Cors} for details.
|
|
234
234
|
#
|
|
235
|
+
# Before enabling Bucket Policy Only (see {Bucket#policy_only=}) please
|
|
236
|
+
# review [feature
|
|
237
|
+
# documentation](https://cloud.google.com/storage/docs/bucket-policy-only),
|
|
238
|
+
# as well as [Should you use Bucket Policy
|
|
239
|
+
# Only?](https://cloud.google.com/storage/docs/bucket-policy-only#should-you-use).
|
|
240
|
+
#
|
|
235
241
|
# @see https://cloud.google.com/storage/docs/cross-origin Cross-Origin
|
|
236
242
|
# Resource Sharing (CORS)
|
|
237
243
|
# @see https://cloud.google.com/storage/docs/website-configuration How
|
|
@@ -435,8 +441,8 @@ module Google
|
|
|
435
441
|
# corresponding values. (These values can be permanently set using
|
|
436
442
|
# {File#content_disposition=} and {File#content_type=}.)
|
|
437
443
|
# @param [Symbol, String] version The version of the signed credential
|
|
438
|
-
# to create. Must be one of
|
|
439
|
-
#
|
|
444
|
+
# to create. Must be one of `:v2` or `:v4`. The default value is
|
|
445
|
+
# `:v2`.
|
|
440
446
|
#
|
|
441
447
|
# @return [String]
|
|
442
448
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.18.
|
|
4
|
+
version: 1.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-04-
|
|
12
|
+
date: 2019-04-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -79,14 +79,14 @@ dependencies:
|
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.
|
|
82
|
+
version: '2.5'
|
|
83
83
|
type: :runtime
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 2.
|
|
89
|
+
version: '2.5'
|
|
90
90
|
- !ruby/object:Gem::Dependency
|
|
91
91
|
name: minitest
|
|
92
92
|
requirement: !ruby/object:Gem::Requirement
|