Reputation: 23972
Is there any kind of protection for hosting files (images) in S3 and preventing that someone download zillion times a file just to damage you (AWS billing)?
Thanks
Upvotes: 1
Views: 486
Reputation:
Services such as twitpic do this by:
This means that someone can access the file, but they have to retrieve it before the request expiry time.
Of course, it is then up to you to not sign requests from people who are abusing your site.
Upvotes: 1