mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 16:30:55 +01: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>
7 lines
112 B
Go
7 lines
112 B
Go
package ini
|
|
|
|
import (
|
|
// internal/ini module was carved out of this module
|
|
_ "github.com/aws/aws-sdk-go-v2"
|
|
)
|