Keep using Photos.app like you always do. Attic quietly backs up your originals and edits to an S3 bucket you control. One-way, append-only.
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add dependencies section to README

+8
+8
README.md
··· 201 201 Tests use dependency injection with mock implementations (MockS3Provider, 202 202 MockExportProvider) — no external services or credentials needed. 203 203 204 + ## Dependencies 205 + 206 + - [LadderKit](https://github.com/tijs/ladder) — PhotoKit access, Photos.sqlite 207 + enrichment, and photo export with AppleScript fallback 208 + - [aws-sdk-swift](https://github.com/awslabs/aws-sdk-swift) — S3 client 209 + - [swift-argument-parser](https://github.com/apple/swift-argument-parser) — 210 + CLI command parsing 211 + 204 212 ## Documentation 205 213 206 214 - [Architecture](docs/architecture.md) — How attic works: the backup pipeline,