/**
 * @deprecated Prefer `src/services/r2StorageService.ts`.
 * Re-exports R2 upload helpers for older imports.
 */
export {
  uploadToS3,
  uploadBufferToR2,
  uploadMulterFileToR2,
  deleteFromR2,
  buildR2PublicUrl,
} from "../../services/r2StorageService";
