plant-independent-image-uploader:将独立映像上传到AWS

时间:2024-04-16 03:21:15
【文件属性】:

文件名称:plant-independent-image-uploader:将独立映像上传到AWS

文件大小:63KB

文件格式:ZIP

更新时间:2024-04-16 03:21:15

Python

与植物无关的图像上载器 专门针对HPI实验室使用的前叉 启动时,检测unprocessed目录(和递归子目录)中的所有文件,并针对每个文件将其上载到S3。 成功时将其移至done目录,失败时将其移至error目录 在新创建的S3文件的元数据部分中附加一个名为file_created的字段。 这是在上传者的文件系统中创建文件的时间戳 只要脚本运行,它将连续监视unprocessed目录中是否有新文件,并执行相同的操作 登录到AWS CloudWatch进行远程监控 安装 Zbar: sudo apt-get install libzbar0 确保在您的计算机上安装了pipenv。 然后安装依赖项: pipenv install 安装 ( pip install awscli可能会起作用)并设置您的AWS凭证(我们的脚本使用本地~/.aws/credentials文件): aws con


【文件预览】:
plant-independent-image-uploader-master
----setup.py(888B)
----.gitignore(69B)
----Pipfile.lock(11KB)
----aws_s3_desktop_uploader()
--------__init__.py(0B)
--------desktop_uploader.py(13KB)
----config.yml.dst(344B)
----README.md(2KB)
----Pipfile(239B)
----test()
--------test_config.yml(307B)
--------__init__.py(0B)
--------test.py(4KB)
--------HappyFace.jpg(53KB)

网友评论