StorageUploadFileRequest
public struct StorageUploadFileRequest : AmplifyOperationRequest
-
The unique identifier for the object in storage
Declaration
Swift
public let key: String
-
The file to be uploaded
Declaration
Swift
public let local: URL
-
Options to adjust the behavior of this request, including plugin-options
Declaration
Swift
public let options: Options
-
Declaration
Swift
public init(key: String, local: URL, options: Options)
-
Options to adjust the behavior of this request, including plugin-options
See moreDeclaration
Swift
struct Options