nspcc-dev / s3-tests

Compatibility tests for S3 clones
MIT License
3 stars 3 forks source link

Add internal workflow test: object attributes #18

Closed alexvanin closed 2 years ago

alexvanin commented 2 years ago

Section 9. Refs #9

KirillovDenis commented 2 years ago

It seems in boto3 version that is used by us there is not get_object_attributes method.

alexvanin commented 2 years ago

It seems that v1.0.0 does not support this, indeed. I suppose we can try to bump boto3 version in requirements.txt, see if it breaks test and then return to this issue. Maybe it is worth to add option to run test from docker image first.