Add absl::Cord to storage/async/write_payload.h constructors #14868
Labels
api: storage
Issues related to the Cloud Storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
What component of
google-cloud-cpp
is this feature request for?google/cloud/storage async api
Is your feature request related to a problem? Please describe.
I have absl::Cord data to write to GCS; the current api uses absl::Cord internally but does not allow passing a Cord to the call.
Describe the solution you'd like
Add the following constructor:
The text was updated successfully, but these errors were encountered: