Chaz Schlarp
|
c92ea927e5
|
Remove superfluous IAM action for S3 cache
`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-10-22 16:04:49 -07:00 |
|
Bruno Bieth
|
74a65d313f
|
Nix uses the CPP SDK, not Java
|
2019-06-20 14:47:45 +02:00 |
|
Andreas Rammhold
|
34fade478a
|
docs: fix typo in AllowDirectReads
It was just missing an `l` but should be fixed anyway.
|
2019-03-14 23:51:18 +01:00 |
|
Daiderd Jordan
|
77cc632186
|
s3: document scheme query parameter
|
2018-12-08 00:15:00 +01:00 |
|
Graham Christensen
|
51cbeec49a
|
Update docs to describe how s3:// URLS does in fact support endpoint, region, and profile for upload
|
2018-09-27 17:01:39 -04:00 |
|
Graham Christensen
|
49a53c1d3f
|
s3 binary cache: support specifying an endpoint
Works for uploading and not downloading.
|
2018-08-02 08:19:50 -04:00 |
|
Graham Christensen
|
b27431b7cb
|
Document s3 substitutions
|
2018-08-01 11:07:41 -04:00 |
|