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
This is an Electron/ReactJS desktop app that provides a UI for easily syncing S3 buckets. It primarily utilizes the AWS CLI for its core functionality.
5
+
This is an Electron/ReactJS desktop app that provides a UI for easily downloading S3 buckets. It primarily utilizes the AWS CLI for its core functionality.
6
6
7
7
This is a WIP, and as such is very limited in functionality, and may contain bugs. Do not use this to sync production s3 buckets.
- You must have the [AWS CLI](https://aws.amazon.com/cli/) installed and configured
15
+
- You must have the [AWS CLI](https://aws.amazon.com/cli/) installed and configured.
11
16
- You must have at least one Amazon s3 bucket created.
12
17
13
18
## Setup
@@ -35,3 +40,9 @@ This will output the packaged application to your dist folder.
35
40
## Download Latest Release
36
41
37
42
You can download a copy of the latest version of this app (for macOS) to play around with on the [releases](https://github.com/seanvm/s3-sync-tool/releases) page of this repo.
43
+
44
+
## Future Plans
45
+
46
+
- Add the ability to configure AWS credentials directly through the app, and switch users/roles.
0 commit comments