blob: 20ba58b4a3a1f4188a56bebb4475ec8b3659a8df [file] [log] [blame]
// Copyright 2015 The LUCI Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Package gs implements a versatile Google Storage client on top of the
// standard Google Storage Go API. It adds:
// - The ability to read from specific byte offsets.
// - Exponential backoff retries on transient errors.
// - Logging
// - The ability to easily stub a Google Storage interface.
package gs