rmamba / sss3

Python script to synchronise data to Amazon S3/Glacier
MIT License
0 stars 2 forks source link

Implement command: add #13

Closed rmamba closed 7 years ago

rmamba commented 8 years ago

This is where users need to be able to decide what to do with their local data. Also need to be able to decide what to do with conflicts.

possible scenarios:

For each of this options user needs to decide what to do. First two are simple. It needs to write them to local content.json file. When user makes a push it will be UL to S3.

Last two are a bit more tricky. User can force updated file to be UL to or DL from S3

rmamba commented 7 years ago

make this command list differences between local folder and content.json if you don't specify a file after add. Maybe this was not clear from the description above.

List:
sss3.py add

Add/Overwrite file:
sss3.py add newfile.jpg

@lolceh

rmamba commented 7 years ago

Added tests and logged bugs