Quick Start

Quick Start

Creating a file browser

The file browser can be added by using the file-browser custom element in your HTML. For instance you can add the following for a file browser for an s3 bucket with public list permissions as the root level directory.

<file-browser>
  <s3-directory bucket="bucket-name"></s3-directory>
</file-browser>

Using the file system

User Interface Tutorial