ExAws.S3.put_object_copy

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

put_object_copy(dest_bucket, dest_object, src_bucket, src_object, opts \\ [])

View Source

Specs

put_object_copy(
  dest_bucket :: binary(),
  dest_object :: binary(),
  src_bucket :: binary(),
  src_object :: binary(),
  opts :: put_object_copy_opts()
) :: ExAws.Operation.S3.t()

Copy an object