mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-27 11:05:09 +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>