rufuspollock / s3-bucket-listing

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

[Question] Google Storage Bucket #85

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is there any plans to do the same but with a Google Storage Bucket or can someone help me how I can change it to work with it?

rufuspollock commented 5 years ago

@PortStone yes it should work. Do you want to have a go and see what happens?

ghost commented 5 years ago

Yep

rufuspollock commented 5 years ago

FIXED. Please re-open or comment if you found an issue.

somm-doe commented 4 years ago

It does work with:

var S3BL_IGNORE_PATH = true;
var BUCKET_NAME = 'xyz';
var BUCKET_URL = 'https://storage.googleapis.com';