google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

`ParallelUploadFile()` should fail to compile with invalid options

Open coryan opened this issue 3 years ago • 0 comments

We know at compile-time what options are usable in ParallelUploadFile(). We should generate a compile-time error if the wrong option is used. We already do that for the member functions in storage::Client.

coryan avatar Mar 31 '22 19:03 coryan