iam

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCredentialProvider

func NewCredentialProvider() (minioCred.Provider, error)

func NewTencentCredentialProvider

func NewTencentCredentialProvider() (minioCred.Provider, error)

func VerifyAWS

func VerifyAWS(ctx context.Context, bucketName, region, address string, secure bool) error

func VerifyAliyun

func VerifyAliyun(ctx context.Context, bucketName, region, address string, secure bool) error

func VerifyAzure

func VerifyAzure(ctx context.Context, params VerifyAzureParams) error

func VerifyGCP

func VerifyGCP(ctx context.Context, bucketName string) error

func VerifyTencent

func VerifyTencent(ctx context.Context, bucketName, region, address string, secure bool) error

Types

type Credential

type Credential interface {
	credentials.Credential
}

Credential is defined to mock aliyun credential.Credentials

type CredentialProvider

type CredentialProvider struct {
	// contains filtered or unexported fields
}

CredentialProvider implements "github.com/minio/minio-go/v7/pkg/credentials".Provider also implements transport

func (CredentialProvider) IsExpired

func (c CredentialProvider) IsExpired() bool

IsExpired returns if the credentials are no longer valid, and need to be retrieved. according to the caller minioCred.Credentials.IsExpired(), it already has a lock, so we don't need to worry about concurrency

func (*CredentialProvider) Retrieve

func (c *CredentialProvider) Retrieve() (minioCred.Value, error)

Retrieve returns nil if it successfully retrieved the value. Error is returned if the value were not obtainable, or empty. according to the caller minioCred.Credentials.Get(), it already has a lock, so we don't need to worry about concurrency

func (*CredentialProvider) RetrieveWithCredContext

func (c *CredentialProvider) RetrieveWithCredContext(_ *minioCred.CredContext) (minioCred.Value, error)

RetrieveWithCredContext implements "github.com/minio/minio-go/v7/pkg/credentials".Provider.RetrieveWithCredContext()

type TencentCredentialProvider

type TencentCredentialProvider struct {
	// contains filtered or unexported fields
}

TencentCredentialProvider implements "github.com/minio/minio-go/v7/pkg/credentials".Provider also implements transport

func (TencentCredentialProvider) IsExpired

func (c TencentCredentialProvider) IsExpired() bool

IsExpired returns if the credentials are no longer valid, and need to be retrieved. according to the caller minioCred.Credentials.IsExpired(), it already has a lock, so we don't need to worry about concurrency

func (*TencentCredentialProvider) Retrieve

Retrieve returns nil if it successfully retrieved the value. Error is returned if the value were not obtainable, or empty. according to the caller minioCred.Credentials.Get(), it already has a lock, so we don't need to worry about concurrency

func (*TencentCredentialProvider) RetrieveWithCredContext

func (c *TencentCredentialProvider) RetrieveWithCredContext(_ *minioCred.CredContext) (minioCred.Value, error)

RetrieveWithCredContext implements "github.com/minio/minio-go/v7/pkg/credentials".Provider.RetrieveWithCredContext()

type VerifyAzureParams

type VerifyAzureParams struct {
	StorageAccount string
	ContainerName  string
}

Jump to

Keyboard shortcuts

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