Right now, datakit data pushes and pulls the entire contents of the data directory, even for files that haven't changed. This causes pushes and pulls to take much more time than they should in some projects.
Instead, datakit data should only push and pull files that have changed between disk and s3. Is there a s3 flag that we can pass through (and then make the default)?