NLdoc.S3

View Source

Layer 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"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/nldoc_s3.