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 {
|
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),
|
||||||
|
|||||||
Reference in New Issue
Block a user