You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am seeing an assert fail in + (NSValueTransformer *)awsmtl_JSONDictionaryTransformerWithModelClass:(Class)modelClass
The assert is on NSParameterAssert([modelClass isSubclassOfClass:AWSMTLModel.class]); and the class being passed in AWSS3CompletedMultipartUpload which does appear to inherit from AWSMTLModel.
To Reproduce
Upload a large video file that will result in an AWSS3CompletedMultipartUpload being used.
Hi @jfranckretrieve we have since deprecated TransferManager. Our recommendation for S3 is through Amplify.Storage. we recommend migrating over to this as we're constantly making improvements to it
Describe the bug
I am seeing an assert fail in + (NSValueTransformer *)awsmtl_JSONDictionaryTransformerWithModelClass:(Class)modelClass
The assert is on NSParameterAssert([modelClass isSubclassOfClass:AWSMTLModel.class]); and the class being passed in AWSS3CompletedMultipartUpload which does appear to inherit from AWSMTLModel.
To Reproduce
Upload a large video file that will result in an AWSS3CompletedMultipartUpload being used.
Stack Trace
Code Snippet
Environment(please complete the following information):
Device Information (please complete the following information):
The text was updated successfully, but these errors were encountered: