A simple GUI S3 client for managing and interacting with Amazon S3 storage services and S3 like services. It provides a user-friendly interface for uploading, downloading, and managing files in S3 buckets.
- TypeScript 77.2%
- Rust 20.9%
- CSS 1.1%
- JavaScript 0.7%
- HTML 0.1%
| public/icons | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Baul
A simple GUI S3 client for managing and interacting with Amazon S3 storage services and S3 like services. It provides a user-friendly interface for uploading, downloading, and managing files in S3 buckets.
Development
Prerequisites
Setup
# Install dependencies
pnpm install
# Run in development mode
pnpm tauri dev
# Build for production
pnpm tauri build