lib/google/cloud/storage.rb in google-cloud-storage-1.28.0 vs lib/google/cloud/storage.rb in google-cloud-storage-1.29.0
- old
+ new
@@ -91,10 +91,11 @@
raise ArgumentError, "project_id is missing" if project_id.empty?
Storage::Project.new(
Storage::Service.new(
project_id, credentials,
- retries: retries, timeout: timeout, host: endpoint
+ retries: retries, timeout: timeout, host: endpoint,
+ quota_project: configure.quota_project
)
)
end
##