vaultik/internal/s3
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
..
client_test.go Set up S3 testing infrastructure for backup implementation 2025-07-20 11:19:16 +02:00
client.go Set up S3 testing infrastructure for backup implementation 2025-07-20 11:19:16 +02:00
s3_test.go Set up S3 testing infrastructure for backup implementation 2025-07-20 11:19:16 +02:00