Y
Hacker News
new
|
ask
|
show
|
jobs
by
edwinbalani
644 days ago
It costs money to serve S3 objects out to the internet though. S3 GET request billing + the usual AWS egress fees, after you've burned through the free quotas. Egress is currently $0.09 per GB + tax.
2 comments
itintheory
644 days ago
Make the bucket requester-pays
https://docs.aws.amazon.com/AmazonS3/latest/userguide/Reques...
link
bandie91
644 days ago
even failed (403) PutObject costs money.
link