Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github-lambda: always upload files with real file names | Rafael G. Martins | 2017-01-03 | 1 | -14/+27 |
| | | | | | | | even if we are translating some file names, for example to use a .xml file as directory index, we still need to upload the file to the real filename, to avoid automatically generated atom feeds produced by blogc-make pointing to wrong urls. | ||||
* | make: rename settings.ini to blogcfile | Rafael G. Martins | 2017-01-01 | 1 | -3/+3 |
| | |||||
* | github-lambda: blogc-make: integrate | Rafael G. Martins | 2016-12-27 | 1 | -7/+21 |
| | |||||
* | github-lambda: drop external dependencies | Rafael G. Martins | 2016-12-27 | 1 | -15/+3 |
| | |||||
* | github-lambda: do not use "file" as variable | Rafael G. Martins | 2016-12-14 | 1 | -22/+23 |
| | |||||
* | github-lambda: initialize variable | Rafael G. Martins | 2016-12-14 | 1 | -0/+1 |
| | |||||
* | github-lambda: random fixes; allow users to push to any bucket | Rafael G. Martins | 2016-12-14 | 1 | -25/+27 |
| | | | | | previously it was only possible to push to a bucket name exactly like the GitHub repository. | ||||
* | github-lambda: improve handling of busybox symlinks | Rafael G. Martins | 2016-12-14 | 1 | -4/+14 |
| | |||||
* | lambda: add more dependencies | Rafael G. Martins | 2016-12-13 | 1 | -2/+6 |
| | |||||
* | github-lambda: removed unused import | Rafael G. Martins | 2016-12-12 | 1 | -1/+0 |
| | |||||
* | 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 |