Skip to content

Commit

Permalink
Merge branch 'master' of YangSen-qn:qiniu/objc-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Jun 27, 2024
2 parents 9494147 + b9914f9 commit 3beaf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QiniuSDK/Common/QNAutoZone.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ - (void)setDefaultZones:(NSArray <QNFixedZone *> *)zones {
- (QNZonesInfo *)getZonesInfoWithToken:(QNUpToken *_Nullable)token {

if (token == nil) return nil;
NSString *cacheKey = [self makeCacheKey:nil akAndBucket:token.index];
NSString *cacheKey = [self makeCacheKey:[QNConfiguration defaultConfiguration] akAndBucket:token.index];
QNZonesInfo *zonesInfo = nil;
@synchronized (self) {
zonesInfo = self.zonesDic[cacheKey];
Expand Down

0 comments on commit 3beaf4e

Please sign in to comment.