diff --git a/lib/livebook_web/live/settings_live/add_file_system_component.ex b/lib/livebook_web/live/settings_live/add_file_system_component.ex index 4cd801bc5..7b990b9ec 100644 --- a/lib/livebook_web/live/settings_live/add_file_system_component.ex +++ b/lib/livebook_web/live/settings_live/add_file_system_component.ex @@ -17,16 +17,9 @@ defmodule LivebookWeb.SettingsLive.AddFileSystemComponent do
- Configure an AWS S3 bucket as a drop in replacement of the regular - file system. Many storage services offer an S3-compatible API, so - you can use those as well. One such service is - Storj - and they offer free storage. -
-- Note that any other user of your Livebook could theoretically extract - the credentials, so make sure to properly limit their access to this - specific bucket. + Configure an AWS S3 bucket as a Livebook file system. + Many storage services offer an S3-compatible API and + those work as well.
<%= if @error_message do %>