Bucket Box is a lightweight experimental desktop application designed for managing AWS S3 buckets. This project utilizes AWS CLI v2 to execute commands for interacting with AWS services.
Note
Please note that it has primarily been tested on Windows OS.
Caution
This project is experimental and may contain bugs and/or incomplete features.
Bucket List | New Bucket |
---|---|
Object Detail | Contents |
---|---|
- Bucket Management: View all S3 buckets, create new buckets, and examine bucket policies and CORS rules.
- File Operations: Explore bucket contents, preview various file types (images, code files), upload, download, and delete files from buckets.
- File Transfer: Conveniently drag and drop files from your local machine to upload them directly to an S3 bucket.
- Pre-signed URLs: Generate pre-signed URLs for secure file access.
- Frontend:
React
,TypeScript
,React Query v5
,Tailwind CSS
,shadcn/ui
- AWS CLI v2: For AWS interactions
- Desktop App Framework:
Tauri
You can download and install Bucket Box from the Releases section of this repository.
- AWS CLI v2 installed and configured
- Download: Obtain the installer from the Releases page.
- Installation: Follow installation instructions provided in the installer.
- AWS Configuration: Ensure AWS CLI v2 is correctly configured with necessary permissions.
- Launch: Open Bucket Box to start managing your S3 buckets.
- Thanks to the contributors and developers of the libraries and frameworks used in this project.