Recruiting test aiming to synchronize an S3 bucket from a local folder
DricomDragon 361ac3df5a Add running instructions and limits of script | il y a 3 ans | |
---|---|---|
test | il y a 3 ans | |
.gitignore | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
boto-updater.py | il y a 3 ans | |
run_minio.sh | il y a 3 ans |
Recruiting test aiming to synchronize an S3 bucket from a local folder
Run the Minio instance locally (Docker is required):
sudo ./run_minio.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.