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

Header args v3 #441

Merged
merged 10 commits into from
Nov 17, 2023
Merged

Header args v3 #441

merged 10 commits into from
Nov 17, 2023

Conversation

mpnowacki-reef
Copy link
Collaborator

This PR adds expire, content_disposition, content_encoding, content_language, arguments to various Bucket methods. It also fixes a bug related to cache_control handling in raw_api which caused cache_control parameter to not be propagated correctly on some operations.

cache_control is now put into file_info dict in the Bucket class,
together with expires, content_language, etc.

This makes all the cache_control handling in internal classes
unnecessary. Hence, this is removed. However, this also
requires writing some v2 wrapper classes.
@mpnowacki-reef mpnowacki-reef merged commit c0507d1 into master Nov 17, 2023
22 checks passed
@mpnowacki-reef mpnowacki-reef deleted the header-args-v3 branch November 17, 2023 14:24
@mpnowacki-reef
Copy link
Collaborator Author

resolves #357

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants