rufuspollock / s3-bucket-listing

Create nice directory listings for s3 buckets with javascript and HTML.
691 stars 300 forks source link

Fix default BUCKET_URL to location.protocol #99

Closed omercnet closed 4 years ago

omercnet commented 4 years ago

When only specifying a region, the BUCKET_URL used for API calls should match browser protocol otherwise XHR will fail.

rufuspollock commented 4 years ago

@omercnet good catch and thanks 😄