Supabase has introduced a new feature, Storage, which allows users to store large amounts of data such as Machine Learning training data, e-commerce product galleries, or personal media collections. This scalable object store integrates well with other Supabase services like Postgres database and user management. The Storage API server uses different storage backends like S3, Backblaze, etc., to retrieve and store objects. Object metadata and security rules are stored in the Postgres database. Supabase has also built a powerful file explorer into its dashboard for easy navigation and integration of Storage into applications using client libraries.