You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
I am trying to filter some of the S3Object summaries depending on their keys. But apparently key and other values are not accessible like in this code bucket.objectSummaries.filter(_.key) except for bucket. So I don't know if this is a design choice. If it is, what is the purpose of making objectSummaries a Stream[S3ObjectSummary]?