Denis DelGrosso

Results 139 comments of Denis DelGrosso

@jpambrun I know this issue is old and closed for over a year but please see: https://github.com/googleapis/nodejs-storage/issues/2313. I think this may have been the same issue.

Re-visiting this today I took a look at the [JSON docs](https://cloud.google.com/storage/docs/json_api/v1/objects#resource). Both MD5 and CRC32C are defined as strings. As such I do not think the library should handle the...

The current guidance for bulk deletions is to leverage [OLM](https://cloud.google.com/storage/docs/lifecycle). Further additions for batch operations are unlikely to be implemented and as such I am going to close this issue.

Thanks @camflan, apologies on the delay. Will get this merged today. Can you run `npm run fix` to fix the linter issues?

Thanks again for the contribution @camflan!

Since this is getting large and most feedback has been addressed going to go ahead and merge this into the staging branch. We can re-review before the final merge to...

Per the internal tracking ticket this is likely due to network issues and not because of any underlying problem. The recommendation is to roll retries at our level around the...

Hi @adarshmadrecha thanks for opening this issue. Currently we are unable to update to node-fetch 3.x as it has moved to a pure ESM package. Please see https://github.com/googleapis/gaxios/issues/429 for additional...

Hi @justinszaro we would certainly welcome the contribution if you wish to write a sample.