i recently configured the Backup in my discourse software to use AWS S3. It is only used for the backup process, File uploads are still stored server side. The backup process works and happens every night once. I set up an AWS Account and Bucket just for this.
However, by just 3 days AWS gave me a warning email, that my free contingent of POST requests is used up. The AWS Dashboard says, there have been exactly 2000 POST requests in those 3 days (since i set up the backup). This number seems very very high and basically unbelievable.
AWS also states a 163 GET requests, which seems far more believable.
Any Idea why those POST requests appear so high? Did i configured something wrong maybe? I used the tutorials from his site here.