Using GoLang SDK for google cloud storage.... Cannot find a method to check if a bucket exists.
func (c *Client) Bucket(name string) *BucketHandle
Bucket returns a BucketHandle even if bucket does not exist.
So, how can I check if the bucket exists? I do not want to create the bucket if it does not exist, so cannot take the route of trying to create a bucket and handle errors