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.
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...
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: ```...
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...
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:...
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...
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...
## 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...
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...
**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"; ^...