Interface: customizations.S3ExpressCredentialsProvider
import "../ibm-cos-sdk-go-v2/service/s3/internal/customizations"
Overview
S3ExpressCredentialsProvider retrieves credentials for the S3Express storage class.
Implemented By
aws.CredentialsCache, aws.CredentialsProviderFunc, ratelimit.TokenBucket
Interface Method Summary collapse
Interface Method Details
Retrieve(ctx context.Context, bucket string) (aws.Credentials, error)
This method is abstract.
15 |
// File 'service/s3/internal/customizations/express.go', line 15
|