Skip to content

Conversation

@ACoullard
Copy link
Collaborator

Summary

This PR creates a lifecycle.json file to track the status of the lifecycle rules on the google cloud storage bucket. The initial lifecycle json contains a rule to delete hearing mp4 files after one day.

closes #1875

to view the lifecycle currently running on the storage bucket, run
gsutil lifecycle get gs://digital-testimony-dev.appspot.com

to set a lifecycle rule run:
gsutil lifecycle set [PATH TO LIFECYCLE.JSON] gs://digital-testimony-dev.appspot.com

Checklist

  • On the frontend, I've made my strings translate-able.
  • If I've added shared components, I've added a storybook story.
  • I've made pages responsive and look good on mobile.
  • If I've added new Firestore queries, I've added any new required indexes to firestore.indexes.json (Please do not only create indexes through the Firebase Web UI, even though the error messages may reccommend it - indexes created this way may be obliterated by subsequent deploys)

@vercel
Copy link

vercel bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
maple-dev Ready Ready Preview, Comment Jan 28, 2026 1:40am

Request Review

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better Transcription File Cleanup

1 participant