https://github.com/alpha-lambda/aws-drivers/blob/master/lib/s3.js#L19
Not a fan of this style of pascalCase some keys + alias to other keys
We should be opinionated, like createDownloadUrl(context, { bucket, key, filename, ttl }) or not bother doing anything for these use cases (just maybe extend the aws client?)
asserting that urlTTL exists and aliasing it to expires is weird
https://github.com/alpha-lambda/aws-drivers/blob/master/lib/s3.js#L19
Not a fan of this style of pascalCase some keys + alias to other keys
We should be opinionated, like createDownloadUrl(context, { bucket, key, filename, ttl }) or not bother doing anything for these use cases (just maybe extend the aws client?)
asserting that urlTTL exists and aliasing it to expires is weird