Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
[Issue #34] Removing sessionToken from keyPathsForValuesAffectingBaseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 29, 2014
1 parent d991e21 commit b0adc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFAmazonS3Client/AFAmazonS3Manager.m
Expand Up @@ -272,7 +272,7 @@ - (void)setObjectWithMethod:(NSString *)method
#pragma mark - NSKeyValueObserving

+ (NSSet *)keyPathsForValuesAffectingBaseURL {
return [NSSet setWithObjects:@"baseURL", @"requestSerializer.bucket", @"requestSerializer.region", @"requestSerializer.sessionToken", @"requestSerializer.useSSL", nil];
return [NSSet setWithObjects:@"baseURL", @"requestSerializer.bucket", @"requestSerializer.region", @"requestSerializer.useSSL", nil];
}

#pragma mark - NSCopying
Expand Down

0 comments on commit b0adc64

Please sign in to comment.