Copyright (C) 2022-2023 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
The purpose of this Bulk Operations (Edit/Delete) application is to modify and delete different entities in bulks.
See project MODBULKOPS at the FOLIO issue tracker.
Other modules are described, with further FOLIO Developer documentation at dev.folio.org. More information you can find here: bulk-operations-design
This module uses S3 storage for files. AWS S3 and Minio Server are supported for files storage.
It is also necessary to specify variable S3_IS_AWS to determine if AWS S3 is used as files storage. By default,
this variable is false
and means that MinIO server is used as storage.
This value should be true
if AWS S3 is used.
Name | Default value | Description |
---|---|---|
KAFKA_HOST | localhost | Kafka broker hostname |
KAFKA_PORT | 9092 | Kafka broker port |
ENV | folio | Environment name |
S3_URL | http://127.0.0.1:9000/ | S3 url |
S3_REGION | - | S3 region |
S3_BUCKET | - | S3 bucket |
S3_ACCESS_KEY_ID | - | S3 access key |
S3_SECRET_ACCESS_KEY | - | S3 secret key |
S3_IS_AWS | false | Specify if AWS S3 is used as files storage |
MAX_UPLOADED_FILE_SIZE | 40MB | Specifies multipart upload file size |
PLATFORM | okapi | Specifies if okapi or eureka platform |