mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-06-01 11:56:24 +00:00
Writing to GCP's object store is any async operation, so errors need to be checked both on write and close calls, since errors like permission violations aren't reported until a close. Signed-off-by: Nolan Brubaker <nolan@heptio.com>