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

1. Please update Library Install Section to include install instructions for storage control, if applicable. 2. Please create sample with region tag storage_control_quickstart_sample that shows an example of initializing a...

type: feature request
api: storage
priority: p3

Hello, I am trying to create signed url by using impersonated account token but I am getting error: Error: Cannot sign data without `client_email`. how i create impersonated token: ```...

type: question
api: storage
priority: p3

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: - [ ] Make sure...

api: storage
size: m

Note: #2380 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: d5cd465b64cd4ac639cdda47d394f2644f84056f buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a1169bbd-1deb-4bf6-b4d9-497eb2f5dc35), [Sponge](http://sponge2/a1169bbd-1deb-4bf6-b4d9-497eb2f5dc35) status:...

type: bug
priority: p2
api: storage
flakybot: issue
flakybot: flaky

I have few processes uploading parts of a big json-lines file and I upload them compressed, as described in [transparent encoding](https://cloud.google.com/storage/docs/transcoding). After those partial uploads I'm combining the file into...

type: feature request
api: storage
priority: p3

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: - [ ] Make sure...

api: storage
samples
size: m

## Summary Forward slashes are escaped to "%2F" in `File.publicUrl()` for files that are > 1 level deep. Unexpected result: "https://storage.googleapis.com/bucketId/path%2Fto%2Ffile" Expected result: "https://storage.googleapis.com/bucketId/path/to/file" The expected result is given before...

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

With the advent of TPC and PSC, there’s a lot of complexity with apiEndpoints. To improve, we should: - expose an `async Storage#getEndpoint()` method - make the `apiEndpoint` property private...

type: cleanup
api: storage
priority: p3

**Is your feature request related to a problem? Please describe.** Using this lib with `Bun` is crashing when uploading a file. ``` 1 | (function (stream, autoAllocateChunkSize) {"use strict"; ^...

type: feature request
api: storage