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

Persist State to Remote Backend #4

Closed
MeNsaaH opened this issue Jan 13, 2021 · 3 comments
Closed

Persist State to Remote Backend #4

MeNsaaH opened this issue Jan 13, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@MeNsaaH
Copy link
Owner

MeNsaaH commented Jan 13, 2021

Currently state files are stored locally. Reka should allow setting backend to remote sources such as s3 buckets, or google cloud storage. This will be useful in CI environments where reka will be executed

@MeNsaaH MeNsaaH added the enhancement New feature or request label Jan 13, 2021
@deven96
Copy link
Collaborator

deven96 commented Jan 16, 2021

Would this be set via the config yaml?

@MeNsaaH
Copy link
Owner Author

MeNsaaH commented Jan 16, 2021

Yes. Say

StateBackend:
  type: s3
  bucket: bucket_name
  path: /path/to/local/store/state

@deven96
Copy link
Collaborator

deven96 commented Jan 16, 2021

Let me see what I can do

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

No branches or pull requests

2 participants