Packages

Keep track of locally downloaded files and don't re-request them until necessary.

Current section

Files

Jump to
s3_file_cache lib s3_file_cache.ex
Raw

lib/s3_file_cache.ex

defmodule S3FileCache do
@moduledoc """
Documentation for `S3FileCache`.
"""
@doc """
Hello world.
## Examples
iex> S3FileCache.hello()
:world
"""
def hello do
:world
end
end