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

I would like the ability to generate a signed url that is valid for all files in a bucket with a given prefix. There have been multiple issues requesting similar...

type: feature request
api: storage
priority: p3

…calling gaxios Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ]...

api: storage
size: xl

Per [our docs ](https://cloud.google.com/storage/docs/consistency) there can be up to a 3 minute delay in modifying HMAC state. As such, it is occasionally causing system tests to fail. After speaking with...

type: cleanup
api: storage

Currently the [`CreateBucketRequest` type](https://github.com/googleapis/nodejs-storage/blob/c267e6b81e8d0d19f6c7ef886c6897e4bfc7897b/src/storage.ts#L119) is missing some fields [that are supported by the JSON API ](https://cloud.google.com/storage/docs/json_api/v1/buckets/insert). Short term: add the missing fields Long term: Use a single metadata / resource...

type: bug
priority: p2
api: storage

Node 18 makes FormData available in the global space. We should remove the current third party dependency when moving to Node 18.

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

* Added error handling using `stream.destroy` - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/nodejs-storage/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs,...

api: storage
size: s

Cannot handle the error by `try...catch` nor `writable.on('error')` #### Environment details - OS: All - Node.js version: All - npm version: All - `@google-cloud/storage` version: 7.11.2 #### Steps to reproduce...

type: bug
priority: p2
api: storage

Existing error handling has wrong error serialization with .toString(), that leads to [object Object] error messages. Example: Error: Retry limit exceeded - [object Object] at Upload.attemptDelayedRetry (/usr/src/app/node_modules/@google-cloud/storage/build/cjs/src/resumable-upload.js:818:26) Better solution would...

api: storage
size: xs

… fields to be set Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:...

api: storage
size: m

Related: https://github.com/googleapis/google-cloud-node/issues/2254 #### Environment details - which product (packages/*): `@google-cloud/storage` - OS: Linux/MacOS - Node.js version: 20 - npm version: 10.2.4 - google-cloud-node version: 7.10.0 #### Steps to reproduce When...

type: bug
priority: p2
api: storage