Commit Graph
12 Commits
Author SHA1 Message Date
argoyle d3b5010422 Merge branch 'renovate/aws-sdk-go-v2-monorepo' into 'main'
fix(deps): update aws-sdk-go-v2 monorepo

See merge request unboundsoftware/storage!12
2025-11-11 10:36:04 +01:00
argoyle 62a43f672e Merge branch 'renovate/golang-1.x' into 'main'
chore(deps): update golang docker tag to v1.25.4

See merge request unboundsoftware/storage!11
2025-11-05 23:11:18 +01:00
argoyle e1830fa03a Merge branch 'renovate/aws-sdk-go-v2-monorepo' into 'main'
fix(deps): update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.20.4

See merge request unboundsoftware/storage!10
2025-11-05 23:10:25 +01:00
argoyle bd540ed16f Merge branch 'renovate/aws-sdk-go-v2-monorepo' into 'main'
fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.90.0

See merge request unboundsoftware/storage!9
2025-11-05 21:15:26 +01:00
argoyle 1967c6d8c8 Merge branch 'renovate/gitleaks-gitleaks-8.x' into 'main'
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.0

See merge request unboundsoftware/storage!7
2025-11-05 06:51:32 +01:00
argoyle 077aea07e1 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.2

See merge request unboundsoftware/storage!3
2025-11-04 21:21:06 +01:00
argoyle f8f0b2045c Merge branch 'renovate/aws-sdk-go-v2-monorepo' into 'main'
fix(deps): update aws-sdk-go-v2 monorepo

See merge request unboundsoftware/storage!6
2025-11-04 21:10:19 +01:00
argoyle 13fa0d8a0c Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1

See merge request unboundsoftware/storage!5
2025-11-04 13:16:06 +01:00
argoyle 6b197d194a Merge branch 'renovate/golang-1.25.3' into 'main'
chore(deps): update golang:1.25.3 docker digest to 9ac0edc

See merge request unboundsoftware/storage!4
2025-11-04 13:15:37 +01:00
argoyle 41a6bf9f51 Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0

See merge request unboundsoftware/storage!2
2025-11-04 11:25:50 +01:00
argoyle bcb6adb2b9 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.1

See merge request unboundsoftware/storage!1
2025-11-04 10:51:01 +01:00
argoyleandClaude 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