Skip to content

Commit

Permalink
fix(s3): set taskIdentifier attribute to nonatomic in transferutility…
Browse files Browse the repository at this point in the history
…task_private (#5127)
  • Loading branch information
atierian authored Dec 15, 2023
1 parent 0058e77 commit ce387d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWSS3/AWSS3TransferUtility_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@interface AWSS3TransferUtilityTask()

@property (strong, nonatomic) NSURLSessionTask *sessionTask;
@property (readwrite) NSUInteger taskIdentifier;
@property (nonatomic, readwrite) NSUInteger taskIdentifier;
@property (strong, nonatomic) NSString *transferID;
@property (strong, nonatomic) NSString *bucket;
@property (strong, nonatomic) NSString *key;
Expand Down

0 comments on commit ce387d3

Please sign in to comment.