I’d like to use presigned POST requests in Amazon S3, instead of PUT, to limit the file size (tutorial).
The Amazon S3 service does not seem to support the createPresignedPost
function — it doesn’t appear in the list of possible actions when setting rules. How can I use it?