style: apply gofumpt formatting to s3.go
This commit is contained in:
@@ -67,7 +67,8 @@ func (s *S3) storeWithManager(path string, content io.Reader, contentType string
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
presignedUrl, err := s.presigner.PresignGetObject(context.Background(),
|
||||
presignedUrl, err := s.presigner.PresignGetObject(
|
||||
context.Background(),
|
||||
&s3.GetObjectInput{
|
||||
Bucket: aws.String(s.bucket),
|
||||
Key: aws.String(*out.Key),
|
||||
|
||||
Reference in New Issue
Block a user