Small bug fix followup to PR #709: If the bucket contains files in foo/XY/** and foo/XYZ/** then requesting prefix=".../foo" and subset="XY" was adding the files under both XY/** and XYZ/**. Add a trailing '/' to list_blobs() to prevent this.
Also spam the logs less by only logging every hundredth file after the first hundred.
Small bug fix followup to PR #709: If the bucket contains files in
foo/XY/**
andfoo/XYZ/**
then requesting prefix=".../foo" and subset="XY" was adding the files under bothXY/**
andXYZ/**
. Add a trailing '/' tolist_blobs()
to prevent this.Also spam the logs less by only logging every hundredth file after the first hundred.