UPLOAD_DESTINATION
Content copied to clipboard
Used to determine where profiles are uploaded to. Must be a string value of WriterTypes. Other config values become required depending on the value of this.
WriterTypes.WHYLABS causes the container to upload profiles to whylabs.
WriterTypes.S3 causes the container to upload profiles to s3.
WriterTypes.DEBUG_FILE_SYSTEM causes the container to upload profiles to disk. This was developed mostly as a debugging tool.
Defaults to WHYLABS
. One of WriterTypes.