If you are using an S3-compatible cloud storage solution such as MinIO, the stored files are organized into buckets. A bucket serves as a container for objects stored in Amazon S3. The Documents Plugin provides a REST API that allows you to easily view the files stored in the buckets.
To determine the partitioning strategy used for storing generated documents, you can access the following key in the configuration:
application.file-storage.partition-strategy
The partition-strategy
property can have two possible values:
bucket/2022/2022-07-04/process-id-xxxx/customer-id/file.pdf
.The Documents Plugin provides the following REST API endpoints for interacting with the stored files:
Check out the List buckets API reference for more details.
Check out the List objects in a bucket API reference for more details.
BUCKET_NAME
with the actual name of the desired bucketCheck out the Download file API reference for more details.
If you are using an S3-compatible cloud storage solution such as MinIO, the stored files are organized into buckets. A bucket serves as a container for objects stored in Amazon S3. The Documents Plugin provides a REST API that allows you to easily view the files stored in the buckets.
To determine the partitioning strategy used for storing generated documents, you can access the following key in the configuration:
application.file-storage.partition-strategy
The partition-strategy
property can have two possible values:
bucket/2022/2022-07-04/process-id-xxxx/customer-id/file.pdf
.The Documents Plugin provides the following REST API endpoints for interacting with the stored files:
Check out the List buckets API reference for more details.
Check out the List objects in a bucket API reference for more details.
BUCKET_NAME
with the actual name of the desired bucketCheck out the Download file API reference for more details.