nx powerpack s3 cache - custom aws environment variable name #30339
Replies: 2 comments
-
I have the same issue with the free version of the plugin ( |
Beta Was this translation helpful? Give feedback.
-
I'm part of a multi-region team and we chose to use region-specific buckets for our S3 cache. Developers in each region tend to work together so sharing caches is most important within a region to reduce latency. There's a separate bucket for CI that developers can't write to and is replicated to each region to pre-populate caches as much as possible. We're using @pellegrims/nx-remotecache-s3 which makes this easy by allowing any option to be set through an environment variable instead of only in I'm investigating whether we can switch to |
Beta Was this translation helpful? Give feedback.
-
i want to be able to use a different environment names, other than
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
and configure it innx.json
. e.g.i have multiple aws credentials for different parts of my ci/cd pipeline. plus, some providers such as netlify reserve the default environment variable names.
it doesn't look like this option is available as of powerpack-s3-cache v1.2.5. it'd be great if this can be added soon.
Beta Was this translation helpful? Give feedback.
All reactions