cloudstorage

package
v1.7.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Copyright (C) 2019-2024 vdaas.org vald team <vald@vdaas.org>

Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright (C) 2019-2024 vdaas.org vald team <vald@vdaas.org>

Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opts ...Option) (iblob.Bucket, error)

New returns blob.Bucket implementation.

Types

type Option

type Option func(*client) error

Option configures client of google cloud storage.

func WithBeforeRead

func WithBeforeRead(fn func(asFunc func(interface{}) bool) error) Option

WithBeforeRead returns Option that sets c.readerOpts.BeforeRead.

func WithBeforeWrite

func WithBeforeWrite(f func(asFunc func(interface{}) bool) error) Option

WithBeforeWrite returns Option that sets c.writeOpts.BeforeWrite.

func WithURL

func WithURL(str string) Option

WithURL returns Option that sets c.urlstr.

func WithURLOpener

func WithURLOpener(uo *gcsblob.URLOpener) Option

WithURLOpener returns Option that sets c.urlOpner.

func WithWriteBufferSize

func WithWriteBufferSize(size int) Option

WithWriteBufferSize returns Option that sets c.writerOpts.BufferSize.

func WithWriteCacheControl

func WithWriteCacheControl(str string) Option

WithWriteCacheControl returns Option that sets c.writerOpts.CacheControl.

func WithWriteContentDisposition

func WithWriteContentDisposition(str string) Option

WithWriteContentDisposition returns Option that sets c.writerOpts.ContentDisposition.

func WithWriteContentEncoding

func WithWriteContentEncoding(str string) Option

WithWriteContentEncoding returns Option that sets c.writerOpts.Encoding.

func WithWriteContentLanguage

func WithWriteContentLanguage(str string) Option

WithWriteContentLanguage returns Option that sets c.writerOpts.ContentLanguage.

func WithWriteContentMD5

func WithWriteContentMD5(b []byte) Option

WithWriteContentMD5 returns Option that sets c.writerOpts.MD5.

func WithWriteContentType

func WithWriteContentType(str string) Option

WithWriteContentType returns Option that sets c.writerOpts.ContentType.

func WithWriteMetadata

func WithWriteMetadata(meta map[string]string) Option

WithWriteMetadata returns Option that sets c.writerOpts.Metadata.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL