This tutorial explains key configuration flags used in the Visual Layer platform to allow indexing and serving images from S3.
PREPROCESS_IMAGE_TRANSFER: "keep_original_filename"
to ensure proper file linking.SERVE_ORIGINAL_IMAGE
to allow consistent referencing of images in the frontend.SERVE_ORIGINAL_IMAGE
is enabled.s3://
prefix (e.g., "mybucket"
instead of "s3://mybucket/"
).http://
, SSL verification is disabled for local deployments. Used for both data downloads and preprocessing operations.AWS_CA_BUNDLE
environment variable.