Hi folks, I’m currently working on improving S3Lis...
# prefect-contributors
a
Hi folks, I’m currently working on improving S3List to support
last_modified_start
and
last_modified_end
to leverage the
last_modified
property of keys, to make it possible to filter keys based on time. I’m struggling to find a way to mock boto3 put_object to write a meaningful test. Any suggestions?
d
Hey @ale! Thanks for contributing! Do you mean beyond
MagicMock
basically?
Like a supported boto3 mock?
a
Exactly!
d
hmmm
a
Will take a look, thanks @Dylan!