livebook/test/support/file_system_helpers.ex
2025-09-10 14:29:03 -03:00

5 lines
144 B
Elixir

defmodule Livebook.FileSystemHelpers do
def s3_id(hub_id, bucket_url) do
Livebook.FileSystem.Utils.id("s3", hub_id, bucket_url)
end
end