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

Feature Local Cache #38

Closed
netbe opened this issue Oct 11, 2016 · 2 comments
Closed

Feature Local Cache #38

netbe opened this issue Oct 11, 2016 · 2 comments

Comments

@netbe
Copy link
Contributor

netbe commented Oct 11, 2016

Enhancement Suggestion

Would be great to have a local cache directory instead of AWS
Steps which explain the enhancement

1. Check if product is in local cache
2. Check if product is in AWS
3. Continue with normal behavior

**Current and suggested behavior**

sometimes, it takes too much time to fetch on aws

**Why would the enhancement be useful to most users**

sometimes, it takes too much time to fetch on aws

**Rome version:** -
**OS and version:** -
@tmspzz
Copy link
Owner

tmspzz commented Oct 14, 2016

Suggested Implementation:

[Cache]
 S3-Bucket =  some-bucket-name
 local = /some/path

Now, if you don't want to use the local cache you can remove the key from the Romefile.

Should also a flag be provided to ignore the local cache in case it's specified?
Something like

rome upload[download] --skip-local-cache

@tmspzz
Copy link
Owner

tmspzz commented Jan 31, 2017

Done with suggested implementation

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

No branches or pull requests

2 participants