Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.35 KB

PrivateCFSignatureCodeAndExamples.md

File metadata and controls

13 lines (9 loc) · 1.35 KB

Code examples for creating a signature for a signed URL

This section includes downloadable application examples that demonstrate how to create signatures for signed URLs. Examples are available in Perl, PHP, C#, and Java. You can use any of the examples to create signed URLs. The Perl script runs on Linux and macOS platforms. The PHP example will work on any server that runs PHP. The C# example uses the .NET Framework.

For example code in JavaScript (Node.js), see Creating Amazon CloudFront Signed URLs in Node.js on the AWS Developer Blog.

For example code in Python, see Generate a signed URL for Amazon CloudFront in the AWS SDK for Python (Boto3) API Reference and this example code in the Boto3 GitHub repository.

Topics