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: 625405fb7ef792e7cd585f572f0e5102dfc6a03b4fb84daabce5fbe08b30fede
4
- data.tar.gz: 93902f2000495402041a5a564956973b67e381326a68fe282bfdf6576b05d242
3
+ metadata.gz: fb56e329ad11bfe571336d2ba3b7d24f059f3e290418059c1845b2ee5ece997e
4
+ data.tar.gz: 4895f865ba8f52a3e8c50537a7775e14d63bd31c65ee4846226795ab41ce2baa
5
5
  SHA512:
6
- metadata.gz: 5e6eb7b4c4ec6c710d97c9611804c851b61a6878f5a10ef138c43f1aa0c8eff862232edfd6ae46e8f614ca4315c682b7486eff51fb3ace86f417cb1d49e92aa4
7
- data.tar.gz: 10a8d0a3c177e4b0c9265e81929fa7090463da4eb3c577ee88b3456a66712bf85fef5b6cb34e212cdbf7d5080432ed5679de1829f69d548999b24b436c9e7a3d
6
+ metadata.gz: eb632f294b6f6341cbcad77a1437465c76521939206279bdcc58cbbb76f607291a068fead01ebff4379bd5090d60aa0189717db07550909b9f6e6c819d80e62e
7
+ data.tar.gz: 57b5edce412a140f40825104f1a63138c4b751dc6f338eddedba40b044bd9c2b188841a65f368ce0e02bf5e74a22f559c302463724707d9be347ec7af6c40b1c
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### 1.18.1 / 2019-04-29
4
+
5
+ * Update Storage Bucket Policy Only documentation.
6
+
3
7
  ### 1.18.0 / 2019-04-09
4
8
 
5
9
  * Add support for V4 signed URLs.
@@ -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 ':v2' or ':v4'. The default value is
1412
- # ':v2'.
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 ':v2' or ':v4'. The default value is
1442
- # ':v2'.
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 ':v2' or ':v4'. The default value is
439
- # ':v2'.
444
+ # to create. Must be one of `:v2` or `:v4`. The default value is
445
+ # `:v2`.
440
446
  #
441
447
  # @return [String]
442
448
  #
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Storage
19
- VERSION = "1.18.0".freeze
19
+ VERSION = "1.18.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.0
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-09 00:00:00.000000000 Z
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.6.0
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.6.0
89
+ version: '2.5'
90
90
  - !ruby/object:Gem::Dependency
91
91
  name: minitest
92
92
  requirement: !ruby/object:Gem::Requirement