Tuesday, September 16, 2008
Local S3 configuration
Spring's now autowiring our storage managers together - one bean each for the S3 and local managers, plus a composite manager which aggregates them into a single service. The S3 manager is configured in the per-machine settings so that we can keep the S3 details out of the codebase.
Introduced a new StoragePlatform enum which will become a field of the Magazine.
T