"""Constants form lambda function.""" # allowed file types in order of preference ALLOWED_ASSET_TYPES = [ 'flac', 'wav' ] YOUTUBE_STORENAME = 'YouTube (Audio Fingerprinting)' YOUTUBE_SHORT_STORENAME = 'youtube' # Ineligible delivery reasons NO_ELIGIBLE_ASSETS = 'no_eligible_assets' NO_ASSETS = 'no_assets' NOT_IN_REGISTRY = 'not_in_registry' NO_FINGERPRINT_RULES = 'no_fingerprint_rules' NO_S3_VERSION = 'no_s3_version'