sluice 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sluice.rb +1 -1
- data/lib/sluice/storage/s3.rb +1 -1
- metadata +1 -1
data/lib/sluice.rb
CHANGED
data/lib/sluice/storage/s3.rb
CHANGED
@@ -633,7 +633,7 @@ module Sluice
|
|
633
633
|
|
634
634
|
# Name file
|
635
635
|
basename = get_basename(filepath)
|
636
|
-
|
636
|
+
next if ignore.include?(basename) # Don't process if in our leave list
|
637
637
|
|
638
638
|
if alter_filename_lambda.class == Proc
|
639
639
|
filename = alter_filename_lambda.call(basename)
|