mirror of
https://github.com/distribution/distribution.git
synced 2025-09-17 23:59:57 +00:00
update: remove gcs storage driver build tags
GCS storage driver used to be conditionally built due to its being outdated and basically unmaintained. Recently the driver has gone through a rework and updates. Let's remove the build tag so we have less headaches dealing with it and try keeping it up to date. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
// Package gcs implements the Google Cloud Storage driver backend. Support can be
|
||||
// enabled by including the "include_gcs" build tag.
|
||||
// Package gcs implements the Google Cloud Storage driver backend.
|
||||
package gcs
|
||||
|
@@ -1,6 +1,3 @@
|
||||
//go:build include_gcs
|
||||
// +build include_gcs
|
||||
|
||||
// Package gcs provides a storagedriver.StorageDriver implementation to
|
||||
// store blobs in Google cloud storage.
|
||||
//
|
||||
|
@@ -1,6 +1,3 @@
|
||||
//go:build include_gcs
|
||||
// +build include_gcs
|
||||
|
||||
package gcs
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user