1
1
# Finch S3 Client
2
2
3
3
Open source and cross-platform GUI client for Amazon S3 and compatible storage platforms.
4
+
4
5
![ img.png] ( img.png )
5
6
6
7
## Features
@@ -10,25 +11,22 @@ Open source and cross-platform GUI client for Amazon S3 and compatible storage p
10
11
- Browse and manage your S3 buckets and objects in file tree
11
12
- Delete folders and buckets recursively
12
13
- Upload and download files
14
+ - Searching buckets & objects
13
15
- More features, soon
14
16
15
17
## Installation
16
18
17
- ** Warning:** This software is currently in alpha stage, this means you can experience bugs and crashes any time.
18
- Don't use alpha, beta and RC (Release Candidate) versions for production environments.
19
- This version tested in this platforms:
20
- - Ubuntu 18.04 on Intel proccessor
21
- - Mac OS Monterey on M1 processor
22
- - Mac OS Ventura on M1 processor
19
+ > ** Warning:** This software is currently in beta stage, this means you can experience bugs and crashes any time.
20
+ We don't recommend using this tool for serious production environments at the moment. Use it with at your own risk.
21
+ We are not responsible for file loss and other problems that may be caused by this tool.
23
22
24
- To install Finch S3 Client, follow these steps:
25
23
26
- To install S3 Client, follow these steps:
24
+ To install Finch S3 Client, follow these steps:
27
25
28
26
1 . Download the latest release for your platform from the releases page.
29
27
2 . Install the downloaded executable according to your platform's instructions.
30
28
31
- Alternatively, you can create your own executable with pyinstaller .
29
+ Alternatively, you can create your own executable with cx_Freeze .
32
30
33
31
## Contributing
34
32
0 commit comments