Download SearchS3
Version:
For Windows 7/8/10/11 and Windows Server 2003/2008/2012/2016/2019/2022
Download (EXE Installer)
Installer Size:
Build Date:
- SHA256:
- Hex:
- Base64:
Requires .NET 8.0 Desktop Runtime or later.
Download .NET 8.0 Desktop Runtime
CLI
A headless / command line interface version of SearchS3 for Windows and Linux.
- SHA256:
- Hex:
- Base64:
- Build Date:
- Zip Size:
- SHA256:
- Hex:
- Base64:
- Build Date:
- Zip Size:
- SHA256:
- Hex:
- Base64:
- Build Date:
- Zip Size:
Requires .NET 8.0 Core Runtime or later.
Download .NET 8.0 Core Runtime
Command Line Arguments
--profile
required
which profile from the %USERPROFILE%\.aws\credentials file to use for this
session.
learn more - https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html
--query
required
limits the results to object keys that contain the string 'query'.
--buckets the aws bucket(s) that you would like to search, 'bucket 1, bucket 2, bucket 3', leave empty to search all buckets.
--output output the results as json to file.
--file-types limit the results to 'file-types', *.txt, *.log.
--tags limit the results that are tagged with at least one of 'tag 1, tag 2'.
--storage-classes limits the results to files that are in at least one of 'STANDARD,INTELLIGENT_TIERING'. learn more - https://aws.amazon.com/s3/storage-classes/
--max-file-size
(Default: 5497558138880)
limit the reuslts to files that are <= max-file-size. maximum value is 5TB -
5497558138880 bytes).
--min-file-size
(Default: 0)
limit the results to files that >= min-file-size.
--min-date-time limits the results to files that are older than or equal to min-date-time.
--max-date-time limits the results to files that are younger then or equal to max-date-time.
--isregex
(Default: false)
treats the query argument as a regular expression. learn more -
https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference
--no-cache
(Default: false)
do not use any cached items.
--purge-pattern purge all cached results where key LIKE 'PATTERN'.
--purge purge any and all cached results. see also purge-before, purge-after.
--purge-before purge all cached results before or equal to 'DATE-TIME'.
--purge-after purge all cached results after or equal to 'DATE-TIME'.
--help Display the help screen.
--version Display version information.