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
:arc_ecto, "0.11.1"
Uploaded files are configured with cache control.
def s3_object_headers(_, {file, _}) do [cache_control: "public", content_type: MIME.from_path(file.file_name), expires: 600] end
Both cache-control and expires are N/A.
N/A
The text was updated successfully, but these errors were encountered:
try
def s3_object_headers(_, {file, _}) do [ # time in seconds cache_control: "public, max-age: 6100", content_type: MIME.from_path(file.file_name) ] end
Sorry, something went wrong.
No branches or pull requests
Environment
:arc_ecto, "0.11.1"
Expected behavior
Uploaded files are configured with cache control.
Actual behavior
Both cache-control and expires are
N/A
.The text was updated successfully, but these errors were encountered: