Thanks to visit codestin.com
Credit goes to github.com

Skip to content

saracen/gobuildcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobuildcache

gobuildcache is a GOCACHEPROG process using the The Go Cloud Development Kit to support Azure, GCS and S3 storage providers.

usage

export GOCACHEPROG="./gobuildcache <bucket url>"

A readonly mode is supported, which works well if ?anonymous=true is also passed as a bucket parameter to the bucket URL if the bucket is publically accessible. This parameter seems to only be supported by GCS and S3 though.

For more information on supported bucket URL parameters see https://gocloud.dev/howto/blob/#services.

flags

  • -v for verbose logging.
  • -p to specify key prefix.
  • -readonly to only support fetching of cache items.

About

GOCACHEPROG supporting variable cloud storage providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages