style: apply gofumpt formatting to s3.go #112

Merged
argoyle merged 1 commits from style/gofumpt-format into main 2026-05-05 09:14:20 +00:00
Showing only changes of commit 5d3d48b34f - Show all commits
+2 -1
View File
@@ -67,7 +67,8 @@ 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(context.Background(), presignedUrl, err := s.presigner.PresignGetObject(
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),