Skip to content

Commit

Permalink
state/remote: The "gcs" client has been superseeded by the "gcs" back…
Browse files Browse the repository at this point in the history
…end.
  • Loading branch information
octo authored and pbzdyl committed Sep 11, 2017
1 parent 9b2ba2e commit 08f3708
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 245 deletions.
175 changes: 0 additions & 175 deletions state/remote/gcs.go

This file was deleted.

69 changes: 0 additions & 69 deletions state/remote/gcs_test.go

This file was deleted.

1 change: 0 additions & 1 deletion state/remote/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func NewClient(t string, conf map[string]string) (Client, error) {
var BuiltinClients = map[string]Factory{
"artifactory": artifactoryFactory,
"etcd": etcdFactory,
"gcs": gcsFactory,
"http": httpFactory,
"local": fileFactory,
"manta": mantaFactory,
Expand Down

0 comments on commit 08f3708

Please sign in to comment.