上传到存储桶后minio索引文件的速度有多快

Did anyone have information about, how fast minion index or reindex bucket ?

Case:

  1. Upload file to minio using flysystem and s3-aws-lib (PHP)
  2. Minion store this file in bucket (it shown on mc)
  3. after save i try immediately get this file from minio using again flysystem, but minio serve me a 404 for this resource, but the file is there !
  4. After small period of time i try again and minio serve me this file correctly.

Size of store object is ~1MB

This happen on newest version of minio (2019-03-13), on old version (2017-12) it happen but it was a race condition, but now is on every request.

Anyone have a clue ?