Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

feat: Cloud storage service (Cloudinary / Supabase) #4

Description

@carvanino

Summary

Integrate a cloud storage provider so uploaded files are stored and accessible via a public URL.

Tasks

  • Create app/services/storage.py
  • Integrate Cloudinary or Supabase Storage (pending team decision from tobbytobs)
  • Accept file bytes + filename, upload to storage, return a public URL
  • Handle upload failures with a descriptive error

Acceptance Criteria

  • A valid file upload returns a public URL
  • A storage failure raises a descriptive exception (does not swallow errors)
  • Credentials are read from environment variables, never hardcoded

Blocker

Storage provider decision pending — ping tobbytobs for recommendation before starting

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions