lib/aws-matt/s3/bucket.rb in s3fsr-1.7 vs lib/aws-matt/s3/bucket.rb in s3fsr-1.8

- old
+ new

@@ -301,9 +301,13 @@ case action when :stored then add object unless objects.include?(object) when :deleted then object_cache.delete(object) end end + + def truncated? + attributes['is_truncated'] + end private def build_contents! if has_contents? then attributes.delete('contents').each do |content|