I use the S3 bucket to host a static site, and CloudFlare as a CDN.
I notice a large number of POST requests (it seems like spam attempts), and I try to block them so that I do not have to pay for this traffic.
Is there a way to block all POST requests in the Bucket Policy (this is probably the best choice)? Perhaps a way to block POST requests on CloudFlare?
source share