浏览代码

Add running instructions and limits of script

DricomDragon 4 年之前
父节点
当前提交
3078623669
共有 1 个文件被更改,包括 26 次插入1 次删除
  1. 26 1
      README.md

+ 26 - 1
README.md

@@ -1,3 +1,28 @@
 # BucketUpdater
 
-Recruiting test aiming to synchronize an S3 bucket from a local folder
+Recruiting test aiming to synchronize an S3 bucket from a local folder
+
+## Run local tests
+
+### Mock AWS
+
+Run the _Minio_ instance locally (_Docker_ is required):
+
+```sh
+sudo ./run_minio.sh
+```
+
+### Run updater
+
+```sh
+python3 boto-updater.py
+```
+
+You can modify files in `./test/data` or in bucket with _Minio_ web portal to manually test different use cases.
+
+## Limits
+
+- Locally modified files are not updated if already existing on Bucket
+- Arguments of scripts are hardcoded
+- Subfolder are not supported
+- Can be optimized with multithreading