Output
$ go run . -bucket s3scanner -provider dreamhost
ERRO error | s3scanner | request send failed, Head "https://objects-us-east-1.dream.io/s3scanner": http: server gave HTTP response to HTTPS client
Expected Output
$ go run . -bucket s3scanner -provider dreamhost
INFO not_exist | s3scanner
A few things have changed with Dreamhost. The default region now appears to be us-east-005 and the URL scheme has changed. Navigating to s3.us-east-005.dream.io seems to indicate that unauthenticated scanning is completely disabled.
Tasks
- Update the URL format
- See if unauthenticated scans are even possible
- Update region check to parse this page
- Also make sure the valid name check accounts for the
b2- requirement
Output
Expected Output
A few things have changed with Dreamhost. The default region now appears to be
us-east-005and the URL scheme has changed. Navigating tos3.us-east-005.dream.ioseems to indicate that unauthenticated scanning is completely disabled.Tasks
b2-requirement