Merge pull request 'chore: migrate module path to gitea.unbound.se' (#48) from migrate-to-gitea into main
Release / release (push) Successful in 2m25s
storage / vulnerabilities (push) Successful in 3m14s
storage / test (push) Successful in 4m0s
pre-commit / pre-commit (push) Successful in 6m49s

Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
2026-01-09 13:24:25 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ repos:
- id: go-imports
args:
- -local
- git.unbound.se/unboundsoftware/storage
- gitea.unbound.se/unboundsoftware/storage
- repo: https://github.com/lietu/go-pre-commit
rev: v1.0.0
hooks:
+1 -1
View File
@@ -11,7 +11,7 @@ Provides standardized S3 object storage utilities with presigned URL generation.
## Usage
```go
import "git.unbound.se/unboundsoftware/storage"
import "gitea.unbound.se/unboundsoftware/storage"
// Option 1: Managed uploads (multipart, 5MB part size) - loads AWS config automatically
s3Storage, err := storage.New("my-bucket")
+1 -1
View File
@@ -14,7 +14,7 @@ Shared storage utilities for AWS S3.
### Using the Upload Manager (recommended for large files)
```go
import "git.unbound.se/unboundsoftware/storage"
import "gitea.unbound.se/unboundsoftware/storage"
// Create storage with automatic AWS config loading
s3Storage, err := storage.New("my-bucket")
+1 -1
View File
@@ -1,4 +1,4 @@
module git.unbound.se/unboundsoftware/storage
module gitea.unbound.se/unboundsoftware/storage
go 1.23