commit | 41da15c2c873e1fe1eda539ff8da69806f4fc2e8 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Wed Dec 20 12:41:41 2017 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Wed Dec 20 03:32:21 2017 +0000 |
tree | 0e271f2a4a815d53b66f1c73d27f783b464dbd7d | |
parent | ded0b114fd9c8393aca6a6c57550a2c315e6ec14 [diff] |
cloud/storage/gcs: return NotExist on Delete, tidy up error handling The error handling in Delete didn't test for the API-specific "not exist" error return, so code upstream wasn't seeing a NotExist error Kind. Also add errors.Op in a few places where it was missing. Change-Id: Ieb785db4045f676bbdba9d361b0f99cbe2776046 Reviewed-on: https://upspin-review.googlesource.com/17740 Reviewed-by: Rob Pike <r@golang.org>
gcp
repositoryThis repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.
See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.
See the master repository for more information about the Upspin project.