diff --git a/src/main/scala/jp/ne/opt/redshiftfake/write/Writer.scala b/src/main/scala/jp/ne/opt/redshiftfake/write/Writer.scala index 867757a..b212355 100644 --- a/src/main/scala/jp/ne/opt/redshiftfake/write/Writer.scala +++ b/src/main/scala/jp/ne/opt/redshiftfake/write/Writer.scala @@ -30,7 +30,7 @@ class Writer(unloadCommand: UnloadCommand, s3Service: S3Service) { } } val result = stream.toString("UTF-8") - val resultKey = s"${unloadCommand.destination.prefix}0000_part_00" + val resultKey = s"${unloadCommand.destination.prefix}000" if (unloadCommand.createManifest) { val resultUrl = unloadCommand.destination.copy(prefix = resultKey).full