Commit Graph

9 Commits

Author SHA1 Message Date
Renovate 2d48266ad7 fix(deps): update aws-sdk-go-v2 monorepo 2025-11-19 20:58:42 +00:00
Renovate f063a8a775 fix(deps): update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.20.7 2025-11-12 19:55:44 +00:00
Renovate f71ac34794 fix(deps): update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.20.6 2025-11-11 20:54:47 +00:00
Renovate 1245ad1d83 fix(deps): update aws-sdk-go-v2 monorepo 2025-11-11 19:55:39 +00:00
Renovate 3307e4c099 fix(deps): update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.20.5 2025-11-10 19:54:47 +00:00
Renovate 8b4237ac96 fix(deps): update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.20.4 2025-11-05 20:54:59 +00:00
Renovate ded84aefe4 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.90.0 2025-11-05 19:55:32 +00:00
Renovate 751b1c3df4 fix(deps): update aws-sdk-go-v2 monorepo 2025-11-04 19:54:41 +00:00
argoyle d12b497a28 feat: add storage module with S3 support and development tooling
Create shared storage module for AWS S3 operations with comprehensive
development infrastructure:

Core Features:
- S3 interface with two upload patterns (manager and direct)
- Presigned URL generation with 15-minute expiration
- Support for multipart uploads and direct PutObject
- Comprehensive test coverage (8 tests, 70.4% coverage)
- Generic implementation without project-specific dependencies

Development Tooling:
- .editorconfig for consistent editor settings
- .pre-commit-config.yaml with Go linters and formatters
- .golangci.yml for golangci-lint configuration
- commitlint.config.js for conventional commit validation
- cliff.toml for automated changelog generation (v0.0.1)
- renovate.json for automated dependency updates
- .gitlab-ci.yml for CI/CD pipeline

CI/CD Pipeline:
- Automated testing with race detection
- Coverage tracking and Codecov integration
- Vulnerability scanning with govulncheck
- Pre-commit validation gates
- Release automation

Module exports:
- New(bucket) - Upload manager pattern for large files
- NewS3(cfg, bucket) - Direct upload pattern
- Store(path, content, contentType) - Upload and get presigned URL

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 10:41:05 +01:00