Add method to check and skip duplicate content uploads to S3 #464
Annotations
3 errors and 1 warning
flake8-lint:
python/lib/aws_s3.py#L77
[flake8] reported by reviewdog 🐶
line too long (122 > 120 characters)
Raw Output:
./python/lib/aws_s3.py:77:121: E501 line too long (122 > 120 characters)
|
flake8-lint:
python/lib/aws_s3.py#L83
[flake8] reported by reviewdog 🐶
local variable 'e' is assigned to but never used
Raw Output:
./python/lib/aws_s3.py:83:9: F841 local variable 'e' is assigned to but never used
|
flake8-lint
Process completed with exit code 1.
|
flake8-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|