I have a folder in a bucket with 10,000 files. There seems to be no way to upload them and make them public straight away. So I uploaded them all, they’re private, and I need to make them all public.
I’ve tried the aws console, it just gives an error (works fine with folders with less files).
I’ve tried using S3 organizing in Firefox, same thing.
Is there some software or some script I can run to make all these public?
You can generate a bucket policy (see example below) which gives access to all the files in the bucket. The bucket policy can be added to a bucket through AWS console.
Also look at following policy generator tool provided by Amazon.
http://awspolicygen.s3.amazonaws.com/policygen.html