File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ViBiOh/exas
33go 1.19
44
55require (
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
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
3333dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
3434github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
3535github.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 =
3838github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc =
3939github.com/ViBiOh/flags v1.2.0 /go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s =
4040github.com/ViBiOh/httputils/v4 v4.50.3 h1:KCAthMtt5XNM/ZCaPfjDljn2a+bUKesDJSJ0bEwKJ0I =
You can’t perform that action at this time.
0 commit comments