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

Manage redirect metadata on feed file objects in S3 #968

Open
farski opened this issue Feb 16, 2024 · 2 comments
Open

Manage redirect metadata on feed file objects in S3 #968

farski opened this issue Feb 16, 2024 · 2 comments
Labels

Comments

@farski
Copy link
Member

farski commented Feb 16, 2024

Once the CDN supports it, we should be able to set the redirect metatdata (x-amz-meta-dovetail-feed-cdn-redirect) through the UI.

I guess there's a choice to make about whether this is podcast-level, or feed-level. I don't think we ever offboard just a feed, but the value is set on each discrete feed file in S3.

@farski
Copy link
Member Author

farski commented Mar 4, 2024

Maybe MVP some way to lock the feed file so it can't be republished and overwrite the S3 file that has the metadata set on it

@farski farski added the medium label Mar 4, 2024
@cavis
Copy link
Member

cavis commented Mar 7, 2024

Maybe the podcast.locked boolean? Would need to double check how that gets used in the code, but this is sort of its intent.

Or a completely new boolean, to indicate "this podcast was redirected". Even if we're still setting S3 metadata manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants