Documentation menu

FiloraFS-Prov1.0.0

FiloraFS-Pro overview

Understand authenticated file storage, persisted metadata, provider selection, and deployment responsibilities.

Updated

Included

  • JWT authentication and role-based access
  • Local and AWS S3 storage providers
  • Persisted file metadata
  • Streaming and attachment downloads
  • Temporary pre-signed access
  • Image thumbnails
  • Browser API testing page
  • Postman collection and automated tests

Run and try it first

FiloraFS-Pro starts with H2, local storage, demo authentication values, and S3 disabled. Run without .env, then open http://localhost:8080/api-test.

Application responsibilities

  • Enforce file ownership for multi-user applications.
  • Choose whether provider failure should fall back or fail closed.
  • Add quotas, malware scanning, retention, and audit requirements.
  • Use managed secrets, database backups, and persistent object storage for deployment.

Next steps