StorageGetURLRequest

public struct StorageGetURLRequest : AmplifyOperationRequest

Represents a request initiated by an implementation of the StorageCategoryPlugin protocol used to generate a pre-signed download URL for a given object key.

  • Tag: StorageListRequest
  • key

    The unique identifier for the object in storage

    • Tag: StorageListRequest.key

    Declaration

    Swift

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

    • Tag: StorageListRequest.options

    Declaration

    Swift

    public let options: Options
    • Tag: StorageListRequest.init

    Declaration

    Swift

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

    • Tag: StorageListRequestOptions
    See more

    Declaration

    Swift

    struct Options