Packages
s3_file_cache
0.1.0
Keep track of locally downloaded files and don't re-request them until necessary.
Current section
Files
Jump to
Current section
Files
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