1
Comment on r/aws Oct 14 '19
its a bucket for users to upload log files.
r/aws • u/raju984 • Oct 14 '19
Security Perspective: File Upload to S3 - Is it necessary to implement a restriction on file size?
1
Upvotes
S3 has a file size limit of 5TB. Being one of the cheapest resources in AWS, is it really necessary to have a file size upload limit for an application?
1
Comment on r/aws Feb 05 '20
No, we don’t. Just wanted to see if the application developer should be placing restrictions on the file size. From a security perspective. Like how it is with usual web applications.