I'm exploring options around blob storage and wanted to check that status of BlobDB within rocksdb-cloud. I can create a column-family with enable_blob_files set to true, and I can see on my local machine that I'm getting xxx.blob files created. But I'm not then seeing those files get replicated to my AWS bucket. Is this something I should expect to be working or is it not yet supported in the cloud environment?
I'm exploring options around blob storage and wanted to check that status of BlobDB within rocksdb-cloud. I can create a column-family with
enable_blob_filesset to true, and I can see on my local machine that I'm getting xxx.blob files created. But I'm not then seeing those files get replicated to my AWS bucket. Is this something I should expect to be working or is it not yet supported in the cloud environment?