aws-s3-proxy icon indicating copy to clipboard operation
aws-s3-proxy copied to clipboard

Add implicit '/' to directories

Open antonu17 opened this issue 6 years ago • 2 comments

Feature or enhancement request

Given s3 bucket content:

├── folder
│   └── index.html
└── index.html

Desired result: GET / returns /index.html content GET /folder/ returns /folder/index.html content GET /folder returns /folder/index.html content

Actual result: GET / returns /index.html content GET /folder/ returns /folder/index.html content GET /folder returns 404

antonu17 avatar Feb 06 '19 08:02 antonu17

@antonu17 Thank you for your great opinion. It should be helpful for almost all projects. Let me see your PR later, thanks again :)

pottava avatar Feb 07 '19 04:02 pottava

+ 1

e-k-m avatar Aug 18 '20 14:08 e-k-m