79792422

Date: 2025-10-16 17:44:52
Score: 1.5
Natty:
Report link

In a Windows Server environment you can do:

 aws s3 ls s3://<bucket-name>/ |  ? {$_.split(" ")[-2]  -eq "PRE"}

It must be done from a Powershell console and yon need the AWS Cli installed.

The ? is an alias of Where-Object

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pablo Videla