vaultik/internal/cli
sneak 36c59cb7b3 Set up S3 testing infrastructure for backup implementation
- Add gofakes3 for in-process S3-compatible test server
- Create test server that runs on localhost:9999 with temp directory
- Implement basic S3 client wrapper with standard operations
- Add comprehensive tests for blob and metadata storage patterns
- Test cleanup properly removes temporary directories
- Use AWS SDK v2 for S3 operations with proper error handling
2025-07-20 11:19:16 +02:00
..
app.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
backup.go Add blob manifest for pruning without decryption 2025-07-20 11:03:53 +02:00
entry_test.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
entry.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
fetch.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
prune.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
restore.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00
root.go Add blob manifest for pruning without decryption 2025-07-20 11:03:53 +02:00
snapshot.go Set up S3 testing infrastructure for backup implementation 2025-07-20 11:19:16 +02:00
verify.go Implement local SQLite index database with repositories 2025-07-20 10:26:15 +02:00