S
S
Stepan Sidorov2021-02-20 12:48:49
Amazon Web Services
Stepan Sidorov, 2021-02-20 12:48:49

How do I share a folder to view all AWS S3 objects?

Hello.
I need to open access to the folder, and I figured out how to open access to all objects in the folder, but I need to show all the objects in the folder (and not just AcessDenided) when I go to the folder.
How to do similar folder access on AWS S3?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Shumov, 2021-02-20
@inoise

Read about s3 bucket policy and at the same time s3 bucket acl. It is also worth knowing what AWS iam is and how it works. It should not be forgotten that by default the option to prohibit opening public access to the bucket is enabled and it must be removed. In the bucket settings is

A
Andrew, 2021-02-20
@deepblack

Amazon S3 is not Apache or nginx.
This is an object storage and should not allow directory browsing.
But there are some ways (crutches) to do it:
https://github.com/rufuspollock/s3-bucket-listing
https://github.com/caussourd/aws-s3-bucket-listing
https://stackoverflow.com/ questions/9253512/direct...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question