mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 22:51:43 +08:00
5 lines
144 B
Elixir
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
|