mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-19 15:06:25 +01:00
10 lines
276 B
Go
10 lines
276 B
Go
package s3
|
|
|
|
import (
|
|
"github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations"
|
|
)
|
|
|
|
// ExpressCredentialsProvider retrieves credentials for operations against the
|
|
// S3Express storage class.
|
|
type ExpressCredentialsProvider = customizations.S3ExpressCredentialsProvider
|