Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New variable for cache s3 bucket (for reuse) #95

Closed
ivanmartos opened this issue Sep 2, 2021 · 0 comments · Fixed by #111
Closed

New variable for cache s3 bucket (for reuse) #95

ivanmartos opened this issue Sep 2, 2021 · 0 comments · Fixed by #111

Comments

@ivanmartos
Copy link
Contributor

Describe the Feature

Currently when s3 cache is requested, module will create new s3 bucket. Idea is about providing s3 bucket that will be used for caching instead of creating new one

Expected Behavior

Add an optional variable s3_cache_bucket_name that will contain name of the s3 bucket to be used for caching. If s3 cache will be requested and this var will not be provided create new s3 bucket as is currently implemented. Otherwise use this s3 bucket and add required iam policy

Use Case

number of s3 buckets is limited so it makes sense to reuse them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant