Skip to content

Commit

Permalink
Add HA support to the Google Cloud Storage backend (#4226)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored and jefferai committed Mar 30, 2018
1 parent 3722b23 commit e0fccbd
Show file tree
Hide file tree
Showing 7 changed files with 785 additions and 234 deletions.
2 changes: 1 addition & 1 deletion command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ var (
"etcd": physEtcd.NewEtcdBackend,
"file_transactional": physFile.NewTransactionalFileBackend,
"file": physFile.NewFileBackend,
"gcs": physGCS.NewGCSBackend,
"gcs": physGCS.NewBackend,
"inmem_ha": physInmem.NewInmemHA,
"inmem_transactional_ha": physInmem.NewTransactionalInmemHA,
"inmem_transactional": physInmem.NewTransactionalInmem,
Expand Down
Loading

0 comments on commit e0fccbd

Please sign in to comment.