mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
5b7e8d1309
* lib/backup/s3remote: update AWS SDK to v2 * Update lib/backup/s3remote/s3.go Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com> * lib/backup/s3remote: refactor error handling Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
8 lines
241 B
Go
8 lines
241 B
Go
// Package aws provides core functionality for making requests to AWS services.
|
|
package aws
|
|
|
|
// SDKName is the name of this AWS SDK
|
|
const SDKName = "aws-sdk-go-v2"
|
|
|
|
// SDKVersion is the version of this SDK
|
|
const SDKVersion = goModuleVersion
|