google-cloud-storage 1.36.1 → 1.36.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/storage/bucket.rb +1 -1
- data/lib/google/cloud/storage/project.rb +5 -6
- data/lib/google/cloud/storage/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: 4c20986682a3f95c8fbea7f0132f5196d35f7978ba2b873530332a9709d3316c
|
4
|
+
data.tar.gz: 14de14960774f46eeaf07bbf9d8188228441dfdd8cb7b2c9a3649869f0909258
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95d9b766685011b4421ff24fb2ceaa8aa42a8c89e9ad12aab6ca3e496bf01788ef9bd191554acefa9e9d2be0154292fd56d78953bf731446b65a20c97cc3ee51
|
7
|
+
data.tar.gz: b8748e786883a80b98fa77c927342656bb54ba69d8e309b2a11076bde8667671b2f0398abf694b49538761aa4bad08f5b59c4d39a38923f3afd1695f385a8e1c
|
data/CHANGELOG.md
CHANGED
@@ -288,12 +288,11 @@ module Google
|
|
288
288
|
# roles.
|
289
289
|
# * `public`, `public_read`, `publicRead` - File owner gets OWNER
|
290
290
|
# access, and allUsers get READER access.
|
291
|
-
# @param [String] location The location of the bucket.
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
# the authoritative list. The default value is `US`.
|
291
|
+
# @param [String] location The location of the bucket. Optional.
|
292
|
+
# If not passed, the default location, 'US', will be used.
|
293
|
+
# If specifying a dual-region location, the regions can be specified
|
294
|
+
# by joining them with a plus sign, for example 'US-CENTRAL1+US-WEST1'. See:
|
295
|
+
# [Storage Locaitons](https://cloud.google.com/storage/docs/locations).
|
297
296
|
# @param [String] logging_bucket The destination bucket for the bucket's
|
298
297
|
# logs. For more information, see [Access
|
299
298
|
# Logs](https://cloud.google.com/storage/docs/access-logs).
|
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.36.
|
4
|
+
version: 1.36.2
|
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: 2022-
|
12
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|