BucketInfo

public struct BucketInfo : Hashable

Represents information about a Storage bucket

  • Tag: BucketInfo
  • The name of the bucket

    • Tag: BucketInfo.bucketName

    Declaration

    Swift

    public let bucketName: String
  • The region of the bucket

    • Tag: BucketInfo.region

    Declaration

    Swift

    public let region: String
  • Declaration

    Swift

    public init(bucketName: String, region: String)