m.Handle("/-/", http.StripPrefix("/-", gcshandler.New(gcshandler.Config{
Client: nil, // *storage.Client
Bucket: "acoshift-test",
BasePath: "folder",
CacheControl: "public, max-age=7200",
Fallback: webstatic.New("assets"), // github.com/acoshift/webstatic
})))
MIT