PRX / feeder.prx.org

Dovetail podcast content management system
https://podcasts.dovetail.prx.org
GNU Affero General Public License v3.0
5 stars 0 forks source link

Manage redirect metadata on feed file objects in S3 #968

Open farski opened 6 months ago

farski commented 6 months ago

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 commented 6 months ago

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

cavis commented 6 months ago

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.