Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以为 boto 请求设置默认标头?基本上,我想在对 S3 进行的每个 API 调用中都包含几个标头。
现在,必须在每个请求上指定额外的标头。bucket 和 key 类的各种方法都带有一个可选的 headers 参数,并且该 dict 的内容被合并到请求标头中。
能够在存储桶级别指定额外的标头,然后将这些标头自动合并到所有请求中,这听起来像是一个很棒的功能。我会在不久的将来将它添加到 boto 中。