|
@ -155,7 +155,7 @@ func (s *s3RemoteStorageClient) WriteFile(loc *remote_pb.RemoteStorageLocation, |
|
|
// Create an uploader with the session and custom options
|
|
|
// Create an uploader with the session and custom options
|
|
|
uploader := s3manager.NewUploaderWithClient(s.conn, func(u *s3manager.Uploader) { |
|
|
uploader := s3manager.NewUploaderWithClient(s.conn, func(u *s3manager.Uploader) { |
|
|
u.PartSize = partSize |
|
|
u.PartSize = partSize |
|
|
u.Concurrency = 1 |
|
|
|
|
|
|
|
|
u.Concurrency = 8 |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
// process tagging
|
|
|
// process tagging
|
|
|