# Packages
Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License.
# Functions
New returns blob.Bucket implementation.
WithBeforeRead returns Option that sets c.readerOpts.BeforeRead.
WithBeforeWrite returns Option that sets c.writeOpts.BeforeWrite.
WithURL returns Option that sets c.urlstr.
WithURLOpener returns Option that sets c.urlOpener.
WithWriteBufferSize returns Option that sets c.writerOpts.BufferSize.
WithWriteCacheControl returns Option that sets c.writerOpts.CacheControl.
WithWriteContentDisposition returns Option that sets c.writerOpts.ContentDisposition.
WithWriteContentEncoding returns Option that sets c.writerOpts.Encoding.
WithWriteContentLanguage returns Option that sets c.writerOpts.ContentLanguage.
WithWriteContentMD5 returns Option that sets c.writerOpts.MD5.
WithWriteContentType returns Option that sets c.writerOpts.ContentType.
WithWriteMetadata returns Option that sets c.writerOpts.Metadata.
# Type aliases
Option configures client of google cloud storage.