What is CallerReference for when posting an invalidation request to Amazon CloudFront?

Viewed 4108

The Amazon CloudFront documentation doesn't mention what the "CallerReference" is for or what I should fill it with, the examples I have seen on other sites use a guid or the current date.

The AWS SDK for .NET tooltip says it's to prevent replay attacks, but that's what the date header is for.

2 Answers
Related