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

Add Endpoint for models - 'storage_links' #1110

Closed
sambles opened this issue Sep 9, 2024 · 0 comments · Fixed by #1113
Closed

Add Endpoint for models - 'storage_links' #1110

sambles opened this issue Sep 9, 2024 · 0 comments · Fixed by #1113
Assignees
Milestone

Comments

@sambles
Copy link
Contributor

sambles commented Sep 9, 2024

Issue Description

Needed for a vendor UI, they want cache model settings and need to know if the file has changed.

Amir: The solution I have in mind is that we look at the hash of the file and if it’s changed we update our cache. But this only works well as long as you store model settings on s3 so we can read the etag on it. If it’s some local storage that doesn’t have the hash readily stored as meta data, this won’t work because we have to get the file and calculate the hash which defeats the purpose.

@sambles sambles self-assigned this Sep 9, 2024
@sambles sambles moved this to In Progress in Oasis Dev Team Tasks Sep 9, 2024
@sambles sambles linked a pull request Sep 18, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in Oasis Dev Team Tasks Sep 19, 2024
@awsbuild awsbuild added this to the 2.3.8 milestone Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants