But I cannot figure out what should the ACL on AWS.S3.PutObjectRequest be when I upload to s3 bucket. Possible values: "private"|"public-read"|"public-read-write"|"authenticated-read"|"aws-exec-read"|"bucket-owner-read"|"bucket-owner-full-control"
Using JavaSript SDK Currently I have "public-read", I know I should change this, but I am not sure which is the best for this case. My initial thought is to "private".