NLdoc.S3 (NLdoc.S3 v1.0.5)
View SourceHelper functions for S3.
Summary
Functions
Head an object in a bucket.
Download a specific file as a stream
Upload a specific file as a stream.
Check if bucket exists. Create it if it does not.
Types
Functions
Head an object in a bucket.
@spec stream_download!(bucket :: String.t(), key :: String.t()) :: Enumerable.t()
Download a specific file as a stream
@spec stream_upload( path :: String.t(), bucket :: String.t(), key :: String.t(), opts :: ExAws.S3.upload_opts() ) :: {:ok, term()} | {:error, term()}
Upload a specific file as a stream.
Check if bucket exists. Create it if it does not.