aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/packages/s3-substituter.xml
AgeCommit message (Collapse)Author
2020-07-24Remove DocBook manualEelco Dolstra
2020-07-23Get rid of <example>Eelco Dolstra
Markdown doesn't have floats so we can't have this.
2019-10-22Remove superfluous IAM action for S3 cacheChaz Schlarp
`s3:ListObjects` isn't a real IAM action, but _is_ the name of an S3 API method. `s3:ListBucket` is the relevant action for that method. https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html
2019-06-20Nix uses the CPP SDK, not JavaBruno Bieth
2019-03-14docs: fix typo in AllowDirectReadsAndreas Rammhold
It was just missing an `l` but should be fixed anyway.
2018-12-08s3: document scheme query parameterDaiderd Jordan
2018-09-27Update docs to describe how s3:// URLS does in fact support endpoint, ↵Graham Christensen
region, and profile for upload
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
Works for uploading and not downloading.
2018-08-01Document s3 substitutionsGraham Christensen