ExAws.S3.get_object

You're seeing just the function get_object, go back to ExAws.S3 module for more information.
Link to this function

get_object(bucket, object, opts \\ [])

View Source

Specs

get_object(bucket :: binary(), object :: binary(), opts :: get_object_opts()) ::
  ExAws.Operation.S3.t()

Get an object from a bucket

Examples

S3.get_object("my-bucket", "image.png")
S3.get_object("my-bucket", "image.png", version_id: "ae57ekgXPpdiVZLkYVWoTAGRhGJ5swt9")