minio

package
v2.17.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 7, 2021 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package minio provides implementation for Minio operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
}

Service is wrapper around minio client.

func (*Service) BucketExists

func (s *Service) BucketExists(endpoint, accessKey, secretKey, name string) (bool, error)

BucketExists return true if bucket can be accessed with provided credentials and exists.

func (*Service) GetBucketLocation

func (s *Service) GetBucketLocation(endpoint, accessKey, secretKey, name string) (string, error)

GetBucketLocation retrieves bucket location by specified bucket name.

Jump to

Keyboard shortcuts

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