View Source FSS.S3.Entry (fss v0.1.1)

Represents the S3 resource itself.

Summary

Types

t()

The entry struct for S3.

Types

@type t() :: %FSS.S3.Entry{config: FSS.S3.Config.t(), key: String.t()}

The entry struct for S3.

The attributes are:

  • :key - A valid key for the resource. This attribute is required.
  • :config - A valid S3 config from the type Config.t(). This attribute is required.