Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github-lambda: fix directory index and allow to override content-type | Rafael G. Martins | 2016-12-09 | 1 | -9/+34 |
| | | | | | | | | this patch allows users to use files like `index.xml` as directory index, by renaming it to `index.html`, because Amazon S3 only allows one file name as directory index. it also allows users to override the automatically guessed content-type with something else, e.g. to force a charset. | ||||
* | github-lambda: initial implementation of AWS Lambda function | Rafael G. Martins | 2016-12-07 | 1 | -0/+127 |