snowplow-archive / sluice

A Ruby toolkit for cloud-friendly ETL
38 stars 10 forks source link

Make is_empty? work if another folder starts with the same name as this one #5

Closed alexanderdean closed 10 years ago

alexanderdean commented 11 years ago

So if you check:

s3n://snowplow-emr-processing/snplow

to see if it's empty, and:

s3n://snowplow-emr-processing/snplow2

exists as another folder, then is_empty? will return false even if the /snplow folder is empty.

alexanderdean commented 10 years ago

Done in 0.2.0