Vladimir Buyanov

Results 18 comments of Vladimir Buyanov

@kannanvr, hello. I think it's not related issues. Can you create new issue and provide full cmd line (without keys).

Hello. Yep it possible. The one option is to count the size of downloaded and uploaded objects. You can do it with custom pipeline steps. The app start time already...

Hello. You can use filter `--filter-after-mtime `. With this options only files that modified after given timestamp will be synced.

It's applying to the source file timestamp.

> OK, I see what you mean. My use case is slightly different: if I Ctrl-C in the middle of a sync, I'd like s3sync to pick up from where...

ListObjectsV2 is not a universal solution. Destination can have millions of files in one directory, so we should list them all and save to memory/local cache to get mtime for...

I mean this case: ``` >> ls source/dir/a/ x1_file x2_file x1238884_file >> ls dest/dir/a a1_file a2_file a3_file a239885949_file ``` In this case we should list millions of files in destination...

> Nothing to do about this one now, is there? :) With algorithm with ListObjectsV2 - yes. I can add the `FilterObjectsNewer` described above.