StorageBucket

public protocol StorageBucket

Protocol that represents a Storage bucket.

  • Tag: StorageBucket

Available where Self == OutputsStorageBucket

  • fromOutputs(name:) Extension method

    References a StorageBucket in the AmplifyOutputs file using the given name.

    Declaration

    Swift

    static func fromOutputs(name: String) -> Self

    Parameters

    name

    The name of the bucket

Available where Self == ResolvedStorageBucket