1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

feat: Add storage class header (#119)

* feat: Add storage class header

* doc: change the readme

* chore: Remove the unnecessary default  value
This commit is contained in:
Erwan LE PRADO
2022-07-06 13:18:12 +02:00
committed by GitHub
parent e738bd0539
commit 3661a4b49b
3 changed files with 11 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ type Config struct {
AwsEndpoint string `split_words:"true" default:"s3.amazonaws.com"`
AwsEndpointProto string `split_words:"true" default:"https"`
AwsEndpointInsecure bool `split_words:"true"`
AwsStorageClass string `split_words:"true"`
AwsAccessKeyID string `envconfig:"AWS_ACCESS_KEY_ID"`
AwsSecretAccessKey string `split_words:"true"`
AwsIamRoleEndpoint string `split_words:"true"`