So I have configured an S3 Bucket for uploads using the Fof Upload extension, Its working however i want to check if i have done it correctly
So I have 2 questions;
- Bucket settings for public access- What is the recommended settings for using s3 for uploads?

- For bucket policy it says to replace bucket with your name im confused, let's say my bucket name is "bucketforuploads" for the following field. Which is the correct one (A or B)?
],
"Resource": [
"arn:aws:s3:::bucket/*"
]
A
],
"Resource": [
"arn:aws:s3:::bucketforuploads/*"
]
B
],
"Resource": [
"bucketforuploads"
]
