Skip to content

Commit

Permalink
ignore delimiter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 8, 2025
1 parent 1db0430 commit db2006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/universe.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function send_s3_list(req, res){
throw createError(400, "Only list-type=2 is supported");
}
if(req.query['delimiter']){
throw createError(400, "delimiter parameter not supported");
//throw createError(400, "delimiter parameter not supported");
}
var universe = res.locals.universe;
var start_after = req.query['start-after'] || req.query['continuation-token'];
Expand Down

0 comments on commit db2006b

Please sign in to comment.