VBT.Aws.S3.Hostable protocol (vbt v0.1.0) View Source

Protocol for objects which can be hosted on S3.

By default this protocol is implemented for strings, where a string represents the path in the bucket where the object resides. Additionally, you can implement the protocol for your custom structs.

Link to this section Summary

Functions

Invoked to return the asset path.

Link to this section Types

Link to this section Functions

Specs

path(t()) :: String.t()

Invoked to return the asset path.