|
|
@@ -136,7 +136,6 @@ import Foundation
|
|
|
}
|
|
|
|
|
|
/// Asynchronously uploads a file to the currently specified `StorageReference`.
|
|
|
- /// `putData` should be used instead of `putFile` in Extensions.
|
|
|
/// - Parameters:
|
|
|
/// - fileURL: A URL representing the system file path of the object to be uploaded.
|
|
|
/// - metadata: `StorageMetadata` containing additional information (MIME type, etc.)
|
|
|
@@ -150,7 +149,6 @@ import Foundation
|
|
|
|
|
|
/// Asynchronously uploads a file to the currently specified `StorageReference`,
|
|
|
/// without additional metadata.
|
|
|
- /// `putData` should be used instead of `putFile` in Extensions.
|
|
|
/// @param fileURL A URL representing the system file path of the object to be uploaded.
|
|
|
/// @return An instance of StorageUploadTask, which can be used to monitor or manage the upload.
|
|
|
@objc(putFile:) @discardableResult open func __putFile(from fileURL: URL) -> StorageUploadTask {
|
|
|
@@ -158,7 +156,6 @@ import Foundation
|
|
|
}
|
|
|
|
|
|
/// Asynchronously uploads a file to the currently specified `StorageReference`.
|
|
|
- /// `putData` should be used instead of `putFile` in Extensions.
|
|
|
/// - Parameters:
|
|
|
/// - fileURL: A URL representing the system file path of the object to be uploaded.
|
|
|
/// - metadata: `StorageMetadata` containing additional information (MIME type, etc.)
|