View Source ExBackblaze.Buckets.Bucket (ex_backblaze v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %ExBackblaze.Buckets.Bucket{
  accountId: String.t(),
  bucketId: String.t(),
  bucketInfo: map(),
  bucketName: String.t(),
  bucketType: String.t(),
  corsRules: list(),
  defaultServerSideEncryption: map(),
  fileLockConfiguration: map(),
  lifecycleRules: list(),
  options: list(),
  replicationConfiguration: any(),
  revision: integer()
}