Browse Source

go fmt

pull/1172/head
Chris Lu 5 years ago
parent
commit
eecad6062a
  1. 2
      weed/storage/backend/s3_backend/s3_download.go

2
weed/storage/backend/s3_backend/s3_download.go

@ -42,7 +42,7 @@ func downloadFromS3(sess s3iface.S3API, destFileName string, sourceBucket string
} }
// Download the file from S3. // Download the file from S3.
fileSize, err = downloader.Download(fileWriter,&s3.GetObjectInput{
fileSize, err = downloader.Download(fileWriter, &s3.GetObjectInput{
Bucket: aws.String(sourceBucket), Bucket: aws.String(sourceBucket),
Key: aws.String(sourceKey), Key: aws.String(sourceKey),
}) })

Loading…
Cancel
Save