googlearchive / storage-getting-started-go

This is a simple example of calling the Google Cloud Storage API in Go.
Apache License 2.0
36 stars 8 forks source link

Use google.golang.org/cloud/storage #2

Open rakyll opened 10 years ago

rakyll commented 10 years ago

We have a new idiomatic Go package for Google Cloud Storage. Improve the samples to use the new client. More details are available on godoc.org/google.golang.org/cloud/storage.

Ropes commented 9 years ago

@rakyll thank you for mentioning the client here!

broady commented 8 years ago

+1, just came across this