I try to delete a file that stored in gridfs, but the file is not deleted immediately.
I think there is write concern in mongodb, so I want to set options {:w=>1} in delete method.
But in Ruby driver, there is no way to set options in delete method:
https://github.com/mongodb/mongo-ruby-driver/blob/master/lib/mongo/grid/fs_bucket.rb#L183