nodejs-storage
nodejs-storage copied to clipboard
Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
#### Environment details - OS: Cloud Run - Node.js version: 18.3.0 (ALPINE: 18.3-alpine3.15 Docker image) - npm version: 8.12.1 - `@google-cloud/storage` version: 6.4.1 #### Steps to reproduce I have a...
:robot: I have created a release *beep* *boop* --- ## [6.4.2](https://github.com/googleapis/nodejs-storage/compare/v6.4.1...v6.4.2) (2022-08-23) ### Bug Fixes * remove pip install statements ([#1546](https://github.com/googleapis/nodejs-storage/issues/1546)) ([#2049](https://github.com/googleapis/nodejs-storage/issues/2049)) ([c90ba0f](https://github.com/googleapis/nodejs-storage/commit/c90ba0feecca9d39de3c52f12cc9423b7a2d4d47)) --- This PR was generated with [Release...
Creating this as a tracking ticket for the documentation piece of the implementation of parallel transfers. This ticket is meant to encompass the JS doc headers / class / function...
As part of the implementation for parallel transfers we need to add onto the performance testing code to allow tests to be run as outlined in the design document. I...
Line here: https://github.com/googleapis/nodejs-storage/blob/main/src/file.ts#L3382 Investigation still needs to be done to determine if this is retrying always or never retrying. Regardless, preconditions should be implemented and this call should only conditionally...
Fixes https://github.com/googleapis/nodejs-storage/issues/709
Remove `extend` & `@types/extend` dependencies in favor of native, standardized dependencies.
Remove `ent` & `@types/ent` dependencies - they do not seem necessary given the context of its usage. Perhaps [`decodeURI`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI) would work as an alternative.
Now that we've resolved the following: - https://github.com/googleapis/nodejs-storage/issues/1915 - https://github.com/googleapis/nodejs-storage/issues/1916 We should remove [duplexify](https://github.com/mafintosh/duplexify). In all cases where it is used today, native Node.js Stream options, namely [`Transform`](https://nodejs.org/api/stream.html#new-streamtransformoptions), make more...
#### Environment details - OS: Windows - Node.js version: 12.20.0 - npm version: 6.14.8 - `@google-cloud/storage` version: 5.18.2 #### Steps to reproduce 1. Create instance of the `File` class. 2....