Skip to content

Commit 80ba0e9

Browse files
committed
chore(deps): Bumping absto for configuring storage class
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 1ebd767 commit 80ba0e9

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,12 @@ Usage of exas:
117117
[storage] Storage Object Access Key {EXAS_STORAGE_OBJECT_ACCESS_KEY}
118118
-storageObjectBucket string
119119
[storage] Storage Object Bucket {EXAS_STORAGE_OBJECT_BUCKET}
120+
-storageObjectClass string
121+
[storage] Storage Object Class {EXAS_STORAGE_OBJECT_CLASS}
120122
-storageObjectEndpoint string
121123
[storage] Storage Object endpoint {EXAS_STORAGE_OBJECT_ENDPOINT}
124+
-storageObjectRegion string
125+
[storage] Storage Object Region {EXAS_STORAGE_OBJECT_REGION}
122126
-storageObjectSSL
123127
[storage] Use SSL {EXAS_STORAGE_OBJECT_SSL} (default true)
124128
-storageObjectSecretAccess string

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ViBiOh/exas
33
go 1.19
44

55
require (
6-
github.com/ViBiOh/absto v1.0.15
6+
github.com/ViBiOh/absto v1.1.0
77
github.com/ViBiOh/flags v1.2.0
88
github.com/ViBiOh/httputils/v4 v4.50.3
99
github.com/prometheus/client_golang v1.14.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
3333
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
3434
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3535
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
36-
github.com/ViBiOh/absto v1.0.15 h1:bN2PDv2zribZaq/qspBwqYqJ6wf0RJfFqtCHfqvVy6Y=
37-
github.com/ViBiOh/absto v1.0.15/go.mod h1:5Jvj4IVpKTg4aDC5wGyTJtyZf3W1HyrfG13GlavKfLc=
36+
github.com/ViBiOh/absto v1.1.0 h1:WTRLpA+Q8pde9jl/Pnn9m/ZlZmoRexrg6pXMfuRPcG8=
37+
github.com/ViBiOh/absto v1.1.0/go.mod h1:5Jvj4IVpKTg4aDC5wGyTJtyZf3W1HyrfG13GlavKfLc=
3838
github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc=
3939
github.com/ViBiOh/flags v1.2.0/go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s=
4040
github.com/ViBiOh/httputils/v4 v4.50.3 h1:KCAthMtt5XNM/ZCaPfjDljn2a+bUKesDJSJ0bEwKJ0I=

0 commit comments

Comments
 (0)