Descriptor AWS Sync duplicates local storage + Hard coded disabled
Open
Bug
Discussion Needed
Priority: Backlog
- Dominant language
- C++
- Stars
- 93
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Less of a bug and more of a land mine we want to note.
Currently there is logic to save a descriptor set to S3, however, if AWS storage is enabled, it will always run in addition to local storage.
However, the higher level class has hard coded the flag so that the descriptor set will never actually attempt to sync to S3.
The logic behind this is to effectively cache a local copy of the descriptor set for improved performance, but the intent/implementation is murky and incomplete.
Contributor guide
Assessment
This issue has not been assessed yet.