classify matches with stream
ci / docker (push) Waiting to run

This commit is contained in:
2024-05-28 19:29:45 +02:00
parent 0c8620f7b0
commit 5ce7ce0542
2 changed files with 28 additions and 0 deletions
@@ -6,6 +6,11 @@ defmodule Storage.MatchStorage.S3MatchStorage do
""
end
def stream_files(path) do
ExAws.S3.list_objects_v2(path)
|> ExAws.stream!()
end
@doc """
Lists all files at the given path.