We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I declare
const athenaExpressConfig = { aws, s3: "s3://bucket-name/sub-directory/", db: process.env.athena_database, getStats: true };
then this functions fails. Consider replacing with the following:
function getQueryResultsFromS3(params) { const bucket = params.config.s3Bucket.replace("s3://", "").split("/")[0]; const s3Params = { Bucket: bucket, Key: params.s3Output.replace("s3://" + bucket + "/", "") }
The text was updated successfully, but these errors were encountered:
Just pushed 3.3.0 that supports sub folders. Good catch!
Sorry, something went wrong.
ghdna
No branches or pull requests
If I declare
then this functions fails.
Consider replacing with the following:
The text was updated successfully, but these errors were encountered: