You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For caching buckets, we would like to have simple client control over caching, meaning to allow bypassing the cache, and perhaps also to fetch only from cache. See short discussion here - #6130 (comment)
Describe the solution you'd like
We should support some subset of the Cache-Control semantics of http.
We can enhance this with a custom header and query argument such as X-NooBaa-Cache-Control if the standard header is too restrictive or permissive compared to the capabilities we can provide.
Describe alternatives you've considered
NA
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
NooBaa allows configuring caching TTL on a Namespace Bucket, to control how long data is cached in the NooBaa storage.
To allow controlling cache duration for individual objects HTTP Cache-Control header could be used. Cache-Control header travels in both directions. S3 client could use Cache-Control header in requests to the S3 endpoint to control cache duration for individual objects. On the other hand, the header could be sent by the S3 endpoint to help the client to determine how long to keep an object in the cache before sending another request to the S3 endpoint.
Is your feature request related to a problem? Please describe.
For caching buckets, we would like to have simple client control over caching, meaning to allow bypassing the cache, and perhaps also to fetch only from cache. See short discussion here - #6130 (comment)
Describe the solution you'd like
We should support some subset of the Cache-Control semantics of http.
We can enhance this with a custom header and query argument such as X-NooBaa-Cache-Control if the standard header is too restrictive or permissive compared to the capabilities we can provide.
Describe alternatives you've considered
NA
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: