Amazon S3 will no longer charge for several HTTP error codes

https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-s3-no-charge-http-error-codes/

Amazon S3 will make a change so unauthorized requests that customers did not initiate are free of charge. With this change, bucket owners will never incur request or bandwidth charges for requests that return an HTTP 403 (Access Denied) error...

Amazon S3 will no longer charge for several HTTP error codes

Amazon Web Services, Inc.
@RainofTerra
Do they charge for 404s? If not, I can think of a way of having unlimited (albeit slow) reads using 403s for a “1” and 404s for a “0”. ;)
@joelle @RainofTerra you coukd setup a key/null store. It's like a key/value store but key have no value, they are only set or unset