Filtering collection properties the easy way
I have a collection from AWS S3 API that looks like this:
[
{
Key: 'instances/1/assets/12345.assets_deploy.zip',
LastModified: 2019-12-15T17:15:01.000Z,
ETag: '"e9907057481d6ce6fbd5e0d072353b96"',
Size: 169554,
StorageClass: 'ST...
pavelloz.hashnode.dev2 min read