You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@
3
3

4
4
5
5
6
-
Simple File Manager for Amazon EFS provides access to Amazon EFS through a RESTful API and responsive web app. Working together, these components enable the ability to manage data in an EFS filesystem from any location or device that can access the internet. A user can simply log-in to the Simple File Manager application from a web browser and directly upload, view, delete, or download their data in any Amazon EFS filesystem in their AWS accountwithout needing to setup or maintain any dedicated EC2 or networking infrastructure.
6
+
Simple File Manager provides access to Amazon EFS through a RESTful API and responsive web app. Together, these components allow you the ability to manage data in your Amazon EFS filesystem from any location or device that can access the internet. You simply log-in to the Simple File Manager application from a web browser and directly upload, view, delete, or download data from any filesystem in your AWS account. All without the need to setup or maintain any dedicated EC2 or networking infrastructure.
7
7
8
-
You can deploy the open source solution by clicking a one-click deployment link in the install section below.
8
+
You can deploy the open source solution by clicking one of the one-click deployment links in the install section below.
9
9
10
10
***Note: This project is in an early beta stage. Please report bugs if you find them.***
11
11
12
12
# Install
13
13
14
14
Region| Launch
15
15
------|-----
16
-
US East (N. Virginia) | [](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=sfm&templateURL=https://rodeolabz-us-east-1.s3.amazonaws.com/efs_file_manager/v1.0.0-beta/efs-file-manager.template)
17
-
US West (Oregon) | [](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=sfm&templateURL=https://rodeolabz-us-west-2.s3.us-west-2.amazonaws.com/efs_file_manager/v1.0.0-beta/efs-file-manager.template)
16
+
US East (N. Virginia) | [](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=sfm&templateURL=https://rodeolabz-us-east-1.s3.amazonaws.com/efs_file_manager/v1.1.0-beta/efs-file-manager.template)
17
+
US West (Oregon) | [](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=sfm&templateURL=https://rodeolabz-us-west-2.s3.us-west-2.amazonaws.com/efs_file_manager/v1.1.0-beta/efs-file-manager.template)
18
18
19
19
20
20
# Getting Started
@@ -28,16 +28,16 @@ US West (Oregon) | []
28
28
*During stack creation, you will have received an email containing your initial login credentials.*
29
29
30
30
5. Use the inital credentials to sign in. You will be required to create a new password.
31
-
6. Upon successful authentication, the application will route you to the home page, where you will see all the EFS Filesystems in your account.
31
+
6. Upon successful authentication, the application will route you to the home page, where you will see all the EFS Filesystems in your account for the selected region.
32
32
7. To grant Simple File Manager access to a file system, click the link labeled "false". This will take you to the file manager lambda creation page.
33
-
8.From the dropdown, select a mount target to connect the file manager lambda to. You can reference the network information for more details.
33
+
8.In the form, fill out the required input fields. Leave them at their default values if you're unsure what the options are.
34
34
9. Click submit and wait for the application to complete the request.
35
35
10. After completion, you will be routed back to the home page.
36
36
37
-
*Currently there is a known issue where the link will initially still return "false". This is due to the fact lambda can take several minutes to replicate status across regions. Please allow 1-2 minutes if it still returns "false" and refresh the page.*
37
+
*Lambda can take several minutes to provision a new function. Please allow 1-2 minutes if the managed state returns "Creating" and refresh the page.*
38
38
39
39
11. The link previously labeled false now returns true and the file system id is now a clickable link.
40
-
12. Click on the file system link to access the file system.
40
+
12. Click on the file system id link to access the file system.
41
41
42
42
The application will route you to the file system page, where you can now perform file system operations. The current supported operations are: *List*, *Make directory*, *Upload*, *Download*, and *Delete.*
43
43
@@ -53,6 +53,12 @@ The cost to deploy and use the solution is minimal due to its serverless archite
53
53
54
54
**Admin Email**: The email address that will be used by the application Admin. The inital credentials will be sent to this address.
*A detailed architecture diagram can be found in the docs directory*
61
+
56
62
___
57
63
58
64
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -61,4 +67,4 @@ Licensed under the Apache License Version 2.0 (the "License"). You may not use t
61
67
62
68
http://www.apache.org/licenses/
63
69
64
-
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.
70
+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.
0 commit comments