S3Lite is a lightweight file upload service that provides a simple interface for managing your files with S3-compatible storage.
Visit the Storage Info page to view:
Use the floating theme toggle button in the bottom-right corner to switch between:
Enter a file ID to remove a file and its metadata from storage:
S3Lite provides a simple REST API for file operations:
POST /upload
Send files using multipart/form-data with the field name "file".
POST /api/upload/remote
Upload files from URLs using JSON: {"url": "https://example.com/file.pdf"}
DELETE /api/remove/{file_id}
Remove a file and its metadata using the file ID.
Need help? Join our community:
All file types are supported. The system handles binary and text files equally.
File size limits depend on your S3 storage configuration and available space.
Files are stored using S3-compatible object storage, ensuring reliability and scalability.