Bazel: remote/feature: support AWS S3 as a remote caching backend

Created on 14 Mar 2018  路  3Comments  路  Source: bazelbuild/bazel

We have heard from many users who want to use AWS S3 as a remote caching backend for Bazel just as they currently do with Google Cloud Storage. This is useful when running inside Travis or CircleCI (https://github.com/notnoopci/bazel-remote-proxy) as these SaaS products already run inside AWS.

From skimming over the AWS S3 API documentation it seems that the APIs are mostly compatible, except for authentication. So implementing this feature will likely just mean to add AWS authentication to Bazel.

cc: @davidstanke @alexeagle

P3 feature request

Most helpful comment

4889 is a stab at this

All 3 comments

4889 is a stab at this

This is a duplicate of #4889

Hi @buchgr, on this project, is a PR normally considered a duplicate of the feature request which requests it?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cyberbono3 picture cyberbono3  路  3Comments

iirina picture iirina  路  3Comments

mdzoba picture mdzoba  路  3Comments

meteorcloudy picture meteorcloudy  路  3Comments

GaofengCheng picture GaofengCheng  路  3Comments