Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31324eed7a |
@@ -2,26 +2,6 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [0.4.1] - 2026-05-05
|
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
|
||||||
|
|
||||||
- *(deps)* Update aws-sdk-go-v2 monorepo (#102)
|
|
||||||
- *(deps)* Update aws-sdk-go-v2 monorepo (#103)
|
|
||||||
- *(deps)* Update aws-sdk-go-v2 monorepo (#104)
|
|
||||||
- *(deps)* Update aws-sdk-go-v2 monorepo (#105)
|
|
||||||
- *(deps)* Update module github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager to v0.1.20 (#108)
|
|
||||||
|
|
||||||
### 🎨 Styling
|
|
||||||
|
|
||||||
- Apply gofumpt formatting to s3.go (#112)
|
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
|
||||||
|
|
||||||
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.25.0 (#106)
|
|
||||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.0 (#110)
|
|
||||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.12.1 (#111)
|
|
||||||
|
|
||||||
## [0.4.0] - 2026-04-17
|
## [0.4.0] - 2026-04-17
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|||||||
@@ -67,8 +67,7 @@ func (s *S3) storeWithManager(path string, content io.Reader, contentType string
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
presignedUrl, err := s.presigner.PresignGetObject(
|
presignedUrl, err := s.presigner.PresignGetObject(context.Background(),
|
||||||
context.Background(),
|
|
||||||
&s3.GetObjectInput{
|
&s3.GetObjectInput{
|
||||||
Bucket: aws.String(s.bucket),
|
Bucket: aws.String(s.bucket),
|
||||||
Key: aws.String(*out.Key),
|
Key: aws.String(*out.Key),
|
||||||
|
|||||||
Reference in New Issue
Block a user