StorageUploadFileRequest

public struct StorageUploadFileRequest : AmplifyOperationRequest

Represents an file upload request initiated by an implementation of the StorageCategoryPlugin protocol.

  • Tag: StorageUploadFileRequest
  • key

    The unique identifier for the object in storage

    • Tag: StorageUploadFileRequest.key

    Declaration

    Swift

    public let key: String
  • The file to be uploaded

    • Tag: StorageUploadFileRequest.local

    Declaration

    Swift

    public let local: URL
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageUploadFileRequest.options

    Declaration

    Swift

    public let options: Options
    • Tag: StorageUploadFileRequest.init

    Declaration

    Swift

    public init(key: String, local: URL, options: Options)
  • Options to adjust the behavior of this request, including plugin-options

    • Tag: StorageUploadFileRequestOptions
    See more

    Declaration

    Swift

    struct Options