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

Releases: aws-solutions/simple-file-manager-for-amazon-efs

Simple File Manager for Amazon EFS v1.4.0

08 Jul 17:37
c10357f

Choose a tag to compare

This is the first release of this project as an official AWS Solutions Implementation. You can find the details here:
https://aws.amazon.com/solutions/

  • General bug fixes
  • Code refactoring to support pylint
  • cfn-lint / bandit code cleanup
  • Misc documentation

Simple File Manager for Amazon EFS v1.3.0-beta

01 Jun 18:35
228ffc6

Choose a tag to compare

New:

  • Add delete functionality for SFM created resources #115

Security:

  • IAM permissions scoped down #114

Documentation:

Diagrams from previous update

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

Simple File Manager for Amazon EFS v1.2.0-beta

26 May 23:57
0bddab3

Choose a tag to compare

New:

  • Fix rollback issue when file manager lambda is not created successfully #67
  • Allow upload modal to be closed if upload fails #79
  • Check if file exists before attempting upload #77

Changes:

  • Generate pop up for deleting files instead of an alert #66
  • Added Nightly Tests

Security:

  • IAM permissions scoped down for CloudFormation templates. #61
  • CFN Nag changes for Lambdas deployed into a VPC #63
  • Changes so uses a minimum of CloudFront TLS 1.2 #62
  • EFS-File-Manager.yaml IAM update to use iam:passedtoservice condition key #81

Bug Fixes:

  • FS lambda fails to launch due to SG constraint #75

Documentation:

Diagrams from previous update

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

Simple File Manager for Amazon EFS v1.1.0-beta

26 Apr 20:49
e45c5fe

Choose a tag to compare

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

Simple File Manager for Amazon EFS v1.0.0-beta

09 Apr 22:25

Choose a tag to compare

This is the first public release of Simple File Manager for Amazon EFS. This project allows you to access and manage data in EFS filesystems with an easy to use web application. Check out the readme for more information how to get started.