May 2019
Intermediate to advanced
442 pages
11h 36m
English
As stated at the beginning of this book, using the provided test environments won't incur any cost. As such, since we require an object storage bucket for our examples, we relied on a project called MinIO, which exposes an S3-compatible API; you can find more information about it at https://min.io/. Configuration-wise, this storage endpoint should be available in the storage instance with the following settings:
vagrant@storage:~$ systemctl cat minio...EnvironmentFile=/etc/default/minioExecStart=/usr/bin/minio server $MINIO_OPTS $MINIO_VOLUMES...
The preceding systemd unit file loads the following environment variables:
vagrant@storage:~$ sudo cat /etc/default/minio MINIO_VOLUMES='/var/lib/minio/data'MINIO_OPTS='--address ...
Read now
Unlock full access