NLdoc.S3
View SourceLayer above ex_aws and ex_aws_s3.
Installation
The package can be installed
by adding nldoc_s3 to your list of dependencies in mix.exs:
def deps do
[
{:hackney, "~> 1.9"},
{:sweet_xml, "~> 0.6"},
{:nldoc_s3, "~> 1.0.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/nldoc_s3.