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

Use NSURLSession API to make it compatible with AFNetworking 3 #113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

levey
Copy link

@levey levey commented Aug 18, 2017

No description provided.

@@ -32,7 +32,7 @@
NSString * const AFAmazonS3EUCentral1Region = @"s3-eu-central-1.amazonaws.com";
NSString * const AFAmazonS3APSoutheast1Region = @"s3-ap-southeast-1.amazonaws.com";
NSString * const AFAmazonS3APSoutheast2Region = @"s3-ap-southeast-2.amazonaws.com";
NSString * const AFAmazonS3APNortheast1Region = @"s3-ap-northeast-1.amazonaws.com";
NSString * const AFAmazonS3APNortheast2Region = @"s3-ap-northeast-1.amazonaws.com";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change the name on this constant?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the header file, it's AFAmazonS3APNortheast2Region.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, just curious, since the data center number doesn't match the constant. Since I have no affiliation with this, I don't really care.

Thanks for doing this, I will test this out if my client approves the upgrade to AFNetworking 3

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're welcome! please feel free to comment if has any bugs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants