Documentation for a newer release is available.
View Latest
Esta página no está disponible actualmente en Español. Si lo necesita, póngase en contacto con el servicio de asistencia de Icon (correo electrónico)
Bulk Archiver
The bulker has functionality for archiving produced bulk files. This will place a copy of the produced bulk file in an archive location.
Current supported locations are:
-
local
-
s3
Config |
Type |
Default |
Comment |
|
String |
|
Property that defines the location that the bulk files will be copied to. |
|
String |
N/A |
Property that defines the directory or s3 bucket that the bulk files will be copied to. |
When enabling archiving to s3 the following config must also be provided:
ipf.file-manager.s3 {
enabled = true
region = "us-east-1"
upload-parallelism = 1
credentials {
access-key-id = "accessKey"
secret-access-key = "secretAccessKey"
}
}