kreuzwerker / DKT.flows-engine

Apache License 2.0
0 stars 0 forks source link

The S3Output-Service should not overwrite existing files #117

Closed johipsum closed 6 years ago

johipsum commented 6 years ago

The S3Output service needs to check if a file with the configured filename is already existing. If yes the service should append a unique id to the output filename or append a counting number. E.g.

- outputsDir
|- s3output-1.json
|- s3output-2.json
|- ...