Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Simple File Manager for Amazon EFS v1.1.0-beta

Choose a tag to compare

@brandold brandold released this 26 Apr 20:49
· 108 commits to main since this release
e45c5fe

New:

  • File manager creation now accepts a custom UID, GID, and Path #22
  • File manager lambda automatically attaches to all available mount targets #9
  • Added the filesystem name to the filesystems table #41

Changes:

  • Render a message saying no filesystems found when there are no EFS filesystems in the account instead of an empty table #46
  • Added a creating state to indicate that the file manager lambda is still being created #42
  • User agent string is being sent to identify the application #52
  • /download and /upload moved underneath the /objects path #45

Security:

N/A

Bug Fixes:

  • Removed the sign up option on login page which was producing an error #44

Documentation:

  • Detailed architecture diagram #1
  • Simplified architecture diagram #1
  • Security sequence diagram #1