I want to serve downloadable files from S3 through Nginx to internal people.
I tried rufuspollock/s3-bucket-listing
, which worked perfectly. But it need bucket to be public. I don't want to make bucket public.
Is there any other way to do this possible ?
autoindex on
inside thelocation / {}
block? – Kosygin