chore: migrate from GitLab to Gitea
- Update module path from gitlab.com/unboundsoftware/storage to git.unbound.se/unboundsoftware/storage - Update import examples in documentation (CLAUDE.md, README.md) - Remove .gitlab-ci.yml (GitLab CI pipeline no longer needed) - Remove gitlab-ci-linter pre-commit hook - Update go-imports local path in pre-commit config Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ Provides standardized S3 object storage utilities with presigned URL generation.
|
||||
## Usage
|
||||
|
||||
```go
|
||||
import "gitlab.com/unboundsoftware/storage"
|
||||
import "git.unbound.se/unboundsoftware/storage"
|
||||
|
||||
// Option 1: Managed uploads (multipart, 5MB part size) - loads AWS config automatically
|
||||
s3Storage, err := storage.New("my-bucket")
|
||||
|
||||
Reference in New Issue
Block a user