Boto3: Created CloudFront signed cookies with boto3

Created on 6 Jul 2016  路  9Comments  路  Source: boto/boto3

I can't find a way to create signed CloudFront cookies in boto3. This is a really confusing part of restricting access to S3 buckets, but is necessary for my application.

Is this currently possible?

feature-request

Most helpful comment

Has there been any progress made on this feature?

All 9 comments

Presigned cookies in cloudfront is not supported in boto3, only presigned cloudfront urls for now. Marking as a feature request.

Has there been any progress made on this feature?

need this!

馃憤 need this, kind of a glaring omission of functionality.

Would love this feature! Please consider prioritizing.

Please add support for this!

How come the AWSJavaScriptSDK gets this functionality and not here?

Difficult to believe its 2020 and this is still not supported.

Please consider prioritising, quite weird tbh

It's unbelievable that after 4 years it's still not considered worthy ...
For people interested in this, I found this code working https://gist.github.com/mekza/b7cdc0858aa1dd22b016

Was this page helpful?
0 / 5 - 0 ratings