S3-compatible bucket explorer client written in GPUI.
Written by human, with beauty of skill issues.
Only supports Mac for now.
(App will be notarized soon... Thank you for your patience !)
- Download binaries from latest release
- Move
Balti.appto applications - Opening the app would give
"Balti.app" Not Openederror, click on "Done". - Open settings > Privacy & Security > Scroll to bottom to find "Balti.app was blocked" > Click on "Open Anyway"
- App should now open !
Your bucket configurations are stored in ~/.config/balti/remotes.toml file with the following syntax:
[<remote_name>]
access_key_id = "<id>"
bucket_name = "<name>"
endpoint = "<url>"
region = "<auto by default>"
secret_access_key = "<secret>"