Skip to content

Commit

Permalink
Merge branch 'fix_loseregion' into release_v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed May 17, 2022
2 parents 27dbf88 + 3b7b414 commit 33eec01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/service/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (s *Storage) GetProviderByStorage(storage *model.Storage) (provider.Provide
Provider: storage.Provider,
Bucket: storage.Bucket,
Endpoint: storage.Endpoint,
Region: storage.Region,
CustomHost: storage.CustomHost,
AccessKey: storage.AccessKey,
AccessSecret: storage.SecretKey,
Expand Down

0 comments on commit 33eec01

Please sign in to comment.