implementing deprecated class [-Wdeprecated-implementations]
@implementation AWSS3TransferManager
note: class declared here
@interface AWSS3TransferManager : AWSService
'AWSS3TransferManager' is deprecated: Use AWSS3TransferUtility for upload and download operations.
AWSS3TransferManager.default().upload(uploadRequest!).continueWith { (task) -> AnyObject? in
Hi,
I'm getting those errors-
implementing deprecated class [-Wdeprecated-implementations] @implementation AWSS3TransferManager
note: class declared here @interface AWSS3TransferManager : AWSService
'AWSS3TransferManager' is deprecated: Use
AWSS3TransferUtility
for upload and download operations. AWSS3TransferManager.default().upload(uploadRequest!).continueWith { (task) -> AnyObject? in