Chris Cotter

Results 66 comments of Chris Cotter

Just wanted to provide a long-delayed update here. We're planning on implementing parallel upload and download features in the newly-created subpackage transfermanager. We did the initial merge for downloads this...

@codyoss @quartzmo Do you have any idea about this? I think whatever logic is picking the mTLS endpoint is happening at the auth layer; I don't see us explicitly setting...

This seems fine, but let's wait until after the next (patch) release goes out to merge.

Going through old firestore issues -- it looks like this can't be fixed in the current library version since it's now GA, based on what @jba wrote. I'll leave this...

@benwhitehead thoughts on this? Would be curious how other firestore clients handle this kind of issue, if it comes up. Regardless, I think we would probably want to avoid forcing...

Continuing to see failures on this more recently, e.g. https://btx.cloud.google.com/invocations/1af675d2-88a2-4664-bb08-2e18dc0733fa/targets/cloud-devrel%2Fclient-libraries%2Fgo%2Fgoogle-cloud-go%2Fcontinuous%2Fearliest-version/log @BrennaEpp should we skip this or could you investigate at some point?

Have not seen more recent failures here so I'm going to close it out.

@codyoss this will be a sub-package for storage similar to transfer manager, but focused on a few new features for AI/ML workloads.

I think we should probably fix this, but it's probably easier to process this as a googleapi.Error and check the code as suggested here: https://pkg.go.dev/cloud.google.com/go/storage@main#hdr-Errors If we update this to...

> I had a look at this - we'd ideally like to be able to use the gRPC API and test with this server. It doesn't seem really possible to...