16 lines
312 B
Swift
16 lines
312 B
Swift
//
|
|
// Copyright Amazon.com Inc. or its affiliates.
|
|
// All Rights Reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
import XCTest
|
|
import Amplify
|
|
import AWSS3StoragePlugin
|
|
import AWSS3
|
|
|
|
// swiftlint:disable:next type_name
|
|
class AWSS3StoragePluginDownloadFileResumabilityTests: AWSS3StoragePluginTestBase {
|
|
}
|