We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9494147 + b9914f9 commit 3beaf4eCopy full SHA for 3beaf4e
QiniuSDK/Common/QNAutoZone.m
@@ -92,7 +92,7 @@ - (void)setDefaultZones:(NSArray <QNFixedZone *> *)zones {
92
- (QNZonesInfo *)getZonesInfoWithToken:(QNUpToken *_Nullable)token {
93
94
if (token == nil) return nil;
95
- NSString *cacheKey = [self makeCacheKey:nil akAndBucket:token.index];
+ NSString *cacheKey = [self makeCacheKey:[QNConfiguration defaultConfiguration] akAndBucket:token.index];
96
QNZonesInfo *zonesInfo = nil;
97
@synchronized (self) {
98
zonesInfo = self.zonesDic[cacheKey];
0 commit comments