View Source FSS.S3.Entry (fss v0.1.0)
Represents the S3 resource itself.
Summary
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 typeConfig.t()
. This attribute is required.