nodejs-storage icon indicating copy to clipboard operation
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.

Results 128 nodejs-storage issues
Sort by recently updated
recently updated
newest added

#### 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...

type: bug
priority: p1
api: storage

: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...

autorelease: pending
api: storage
size: s

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...

type: docs
api: storage
priority: p3

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...

type: feature request
api: storage
priority: p3

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...

type: bug
priority: p2
api: storage

Fixes https://github.com/googleapis/nodejs-storage/issues/709

do not merge
api: storage
size: m

Remove `extend` & `@types/extend` dependencies in favor of native, standardized dependencies.

type: cleanup
api: storage
priority: p3

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.

type: cleanup
api: storage
priority: p3
next major: breaking change

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...

type: feature request
api: storage
web
next major: breaking change

#### 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....

type: feature request
api: storage
next major: breaking change