Steeve Luis Angel Torres Agustin
Results
1
comments of
Steeve Luis Angel Torres Agustin
try ```elixir def s3_object_headers(_, {file, _}) do [ # time in seconds cache_control: "public, max-age: 6100", content_type: MIME.from_path(file.file_name) ] end ```