mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-11 09:27:47 +08:00
Trim down S3 file system info
This commit is contained in:
parent
e08d022e2f
commit
ddc98edd5a
1 changed files with 3 additions and 10 deletions
|
@ -17,16 +17,9 @@ defmodule LivebookWeb.SettingsLive.AddFileSystemComponent do
|
|||
</h3>
|
||||
<div class="w-full flex-col space-y-5">
|
||||
<p class="text-gray-700">
|
||||
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
|
||||
<a class="link" href="https://www.storj.io" rel="noreferrer noopener">Storj</a>
|
||||
and they offer free storage.
|
||||
</p>
|
||||
<p class="text-gray-700">
|
||||
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.
|
||||
</p>
|
||||
<%= if @error_message do %>
|
||||
<div class="error-box">
|
||||
|
|
Loading…
Reference in a new issue