Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync s3 data across environments #2118

Open
2 tasks
jamestranovich-noaa opened this issue Nov 25, 2024 · 0 comments
Open
2 tasks

sync s3 data across environments #2118

jamestranovich-noaa opened this issue Nov 25, 2024 · 0 comments
Labels
Bug Something isn't working Eng

Comments

@jamestranovich-noaa
Copy link
Collaborator

Description

We should think about syncing uploaded data across environments. The goal is to have weather story uploads and PDF uploads automatically available to dev instances so we can easily tweak features instead of uploading weather stories and/or PDFs to our individual environments every time we need to test something.

Since weather story and PDF uploads are “write-once”, and only DSS builder can upload or override this data, perhaps we can have a dedicated S3 bucket for uploads and environments would be able to “point” to that S3 bucket to ensure consistency across all environments. Or, we can copy everything to a backup bucket that is then shared across dev instances.

The current method, where we manually create weather stories and/or PDFs to test in local environments, is slow and cumbersome and error-prone.

Acceptance criteria

  • Tests have been implemented or modified to capture the bug
  • Changes have been tested for accessibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Eng
Projects
Development

No branches or pull requests

1 participant