mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
d960b3474a
commit
eecad6062a
|
@ -42,7 +42,7 @@ func downloadFromS3(sess s3iface.S3API, destFileName string, sourceBucket string
|
|||
}
|
||||
|
||||
// Download the file from S3.
|
||||
fileSize, err = downloader.Download(fileWriter,&s3.GetObjectInput{
|
||||
fileSize, err = downloader.Download(fileWriter, &s3.GetObjectInput{
|
||||
Bucket: aws.String(sourceBucket),
|
||||
Key: aws.String(sourceKey),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue