@google-cloud/storage
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -53,2 +53,6 @@ /** | ||
} | ||
export interface EnableLoggingOptions { | ||
bucket?: string | Bucket; | ||
prefix: string; | ||
} | ||
export interface GetFilesOptions { | ||
@@ -433,2 +437,4 @@ autoPaginate?: boolean; | ||
disableRequesterPays(callback: DisableRequesterPaysCallback): void; | ||
enableLogging(config: EnableLoggingOptions): Promise<SetBucketMetadataResponse>; | ||
enableLogging(config: EnableLoggingOptions, callback: SetBucketMetadataCallback): void; | ||
enableRequesterPays(): Promise<EnableRequesterPaysResponse>; | ||
@@ -435,0 +441,0 @@ enableRequesterPays(callback: EnableRequesterPaysCallback): void; |
@@ -7,2 +7,9 @@ # Changelog | ||
## [3.5.0](https://www.github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0) (2019-10-14) | ||
### Features | ||
* **bucket:** add enableLogging method ([#876](https://www.github.com/googleapis/nodejs-storage/issues/876)) ([b09ecac](https://www.github.com/googleapis/nodejs-storage/commit/b09ecac79b70bf99e19f0f23ffcecd17e34516bb)) | ||
## [3.4.0](https://www.github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0) (2019-10-10) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google Inc.", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
444359
9912