Skip to content

Commit 33eec01

Browse files
committed
Merge branch 'fix_loseregion' into release_v1.6
2 parents 27dbf88 + 3b7b414 commit 33eec01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/app/service/storage.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func (s *Storage) GetProviderByStorage(storage *model.Storage) (provider.Provide
7171
Provider: storage.Provider,
7272
Bucket: storage.Bucket,
7373
Endpoint: storage.Endpoint,
74+
Region: storage.Region,
7475
CustomHost: storage.CustomHost,
7576
AccessKey: storage.AccessKey,
7677
AccessSecret: storage.SecretKey,

0 commit comments

Comments
 (0)