storage

package
v1.27.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package storage contains helpers for Google Cloud Storage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBucket

func CreateBucket(storageCli *storage.Client, project string, f *framework.Framework) string

CreateBucket creates a bucket named after the given framework.Framework.

func CreateObject

func CreateObject(storageCli *storage.Client, bucketName string, f *framework.Framework) string

CreateObject creates an object in the given bucket.

func DeleteBucket

func DeleteBucket(storageCli *storage.Client, bucketName string)

DeleteBucket deletes a bucket by name.

func DeleteObject

func DeleteObject(storageCli *storage.Client, bucketName, objectName string)

DeleteObject deletes an object by name from the given bucket.

func GetObjectsReader added in v1.14.0

func GetObjectsReader(storageCli *storage.Client, bucketName string) []*storage.Reader

GetObjectsReader gets objects readers from a storage bucket.

Types

This section is empty.

Jump to

Keyboard shortcuts

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