View Source AntikytheraAws.S3 (antikythera_aws v0.3.1)

Summary

Functions

Link to this function

generate_presigned_urls(bucket, obj_keys, expires_in_seconds)

View Source
@spec generate_presigned_urls(String.t(), [String.t()], pos_integer()) :: [String.t()]
Link to this function

list_objects(bucket, key_prefix)

View Source
@spec list_objects(String.t(), String.t()) :: [{String.t(), non_neg_integer()}]