We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:** -
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Done with suggested implementation
No branches or pull requests
Enhancement Suggestion
Would be great to have a local cache directory instead of AWS
Steps which explain the enhancement
sometimes, it takes too much time to fetch on aws
The text was updated successfully, but these errors were encountered: