[console_scripts]
meltano = meltano.cli:main

[meltano.settings]
azure_connection_string = meltano.core.state_store.azure:CONNECTION_STRING
azure_storage_account_url = meltano.core.state_store.azure:STORAGE_ACCOUNT_URL
google_application_credentials = meltano.core.state_store.google:APPLICATION_CREDENTIALS
s3_aws_access_key_id = meltano.core.state_store.s3:AWS_ACCESS_KEY_ID
s3_aws_secret_access_key = meltano.core.state_store.s3:AWS_SECRET_ACCESS_KEY
s3_endpoint_url = meltano.core.state_store.s3:ENDPOINT_URL

[meltano.state_backends]
azure = meltano.core.state_store.azure:AZStorageStateStoreManager
file = meltano.core.state_store.filesystem:LocalFilesystemStateStoreManager
gs = meltano.core.state_store.google:GCSStateStoreManager
s3 = meltano.core.state_store.s3:S3StateStoreManager
