Hi Matt,
As you said, file will be written out 10s after the last append. Here is the latest code
from master branch. It will do it only if it's stateless_open. And stateless_open is
true only if RGW_OPEN_FLAG_V3 is set. Please let me know if I'm wrong. Thanks,
```
//code in RGWFileHandle::write
if (stateless_open()) {
...
RGWLibFS::write_timer.add_event(...)
...
}
```
Marvin