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

Support for custom headers on requests #176

Open
dkvasnicka opened this issue Mar 3, 2021 · 0 comments
Open

Support for custom headers on requests #176

dkvasnicka opened this issue Mar 3, 2021 · 0 comments

Comments

@dkvasnicka
Copy link

Some AWS services use headers as a regular way of conveying the information on what you want AWS to do. A good example is S3, where the only way to select canned ACLs for objects is via headers: https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl

I searched this project thoroughly and found no official way of controlling outgoing headers. The only workaround I found was
#74 (comment) and it worked.

Would you consider adding this ability? If there is a way and I just overlooked it feel free to RTFM me :)

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

No branches or pull requests

1 participant