-
Notifications
You must be signed in to change notification settings - Fork 23
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
Allow configuring cacheControl via s3fs.request.header.cache-control flag #690
Comments
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
steve-todorov
added a commit
that referenced
this issue
May 12, 2023
@szimon could you please have a look at this test case. I'm trying to reproduce your problem without luck. Could you please maybe write a test case that shows your cache problem or articulate steps to reproduce? Are you, perhaps, using CloudFront in addition to your S3 bucket and maybe need to configure the |
@szimon ping? :) |
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
changed the title
Add cache configuration flag
Allow configuring cacheControl via s3fs.request.header.cache-control flag
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
steve-todorov
added a commit
that referenced
this issue
May 25, 2023
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task Description
We need to have a header cache control configuration flag to allow users more flexibility.
Use case
/my/path/object
/my/path/object
- cache causes the file update to be skipped.Also some proxies might cache
requests
ifCache-Control
header is not present.Tasks
The following tasks will need to be carried out:
Task Relationships
This task:
Useful Links
Help
The text was updated successfully, but these errors were encountered: