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.

Remove unnecessary try in LadderKitExportProvider

+1 -1
+1 -1
Sources/AtticCLI/LadderKitExportProvider.swift
··· 15 15 } 16 16 17 17 func exportBatch(uuids: [String]) async throws -> ExportResponse { 18 - try await exporter.export(uuids: uuids) 18 + await exporter.export(uuids: uuids) 19 19 } 20 20 21 21 func checkPermissions() async throws {