forked from TrueCloudLab/distribution
fix test
Signed-off-by: Nikita Tarasov <nikita@mygento.ru> Signed-off-by: Nikita Tarasov <nikita@mygento.ru>
This commit is contained in:
parent
b55719daaa
commit
007af250b4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func init() {
|
|||
trustID = os.Getenv("SWIFT_TRUST_ID")
|
||||
container = os.Getenv("SWIFT_CONTAINER_NAME")
|
||||
region = os.Getenv("SWIFT_REGION_NAME")
|
||||
AuthVersion = os.Getenv("SWIFT_AUTH_VERSION")
|
||||
AuthVersion = strconv.Atoi(os.Getenv("SWIFT_AUTH_VERSION"))
|
||||
insecureSkipVerify, _ = strconv.ParseBool(os.Getenv("SWIFT_INSECURESKIPVERIFY"))
|
||||
secretKey = os.Getenv("SWIFT_SECRET_KEY")
|
||||
accessKey = os.Getenv("SWIFT_ACCESS_KEY")
|
||||
|
|
Loading…
Reference in a new issue