bbc / alephant-broker

Brokers requests for alephant components
MIT License
4 stars 3 forks source link

[WIP] S3 Archived Load Strategy #39

Closed darnould closed 9 years ago

darnould commented 9 years ago

Problem

Archived content will not be updated, thus sequencing is not needed and we can cut out DynamoDB when brokering requests to it.

Solution

LoadStrategy::S3::Archived which constructs an S3 path without a DynamoDB lookup.

Needs rebasing onto master after #38 is merged