PRX / Infrastructure

Templates and assets used to launch and manage many aspects of PRX's applications and services
MIT License
42 stars 11 forks source link

Handle redirect headers on S3 feed objects #747

Closed farski closed 8 months ago

farski commented 8 months ago

Makes a HEAD request to the same file as the origin request, looks for a x-amz-meta-dovetail-feed-cdn-redirect header, if present returns a 301 to that header's value.

Closes https://github.com/PRX/internal/issues/1086