Aws-sdk-ios: AWSS3TransferUtility - configure to disable Cellular network access

Created on 30 Jan 2016  路  5Comments  路  Source: aws-amplify/aws-sdk-ios

Currently the AWSS3TransferUtility doesn't expose the NSURLSessionConfiguration used in initialization. This doesn't allow modifying the configuration to set allowsCellularAccess = NO.

Since the Transfer Utility serves to facilitate uploading/downloading large files in the background, I think having the ability to limit these requests to Wi-Fi only would be a good addition.

Thanks!

feature request

Most helpful comment

The feature went live with the release of the AWS Mobile SDK for iOS 2.3.6. Thanks.

All 5 comments

We are considering adding this feature in the future release. Thanks.

@yosuke-matsuda would you accept a pull request implementing this functionality? We upload large video files in the background and it's critical that we give our users the ability to only upload when connected to wifi.

There is actually already a pull request, and we merged it. With the next release, we'll update the podspecs and frameworks. We always appreciate user contributions :)

@yosuke-matsuda oh, awesome! That moved faster than I expected. Do you have a release schedule planned for the next version?

The feature went live with the release of the AWS Mobile SDK for iOS 2.3.6. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChrisInspect picture ChrisInspect  路  4Comments

dougboberg picture dougboberg  路  5Comments

mackoj picture mackoj  路  5Comments

joelk picture joelk  路  5Comments

thomers picture thomers  路  3Comments