AWS S3 Key Checker
4 sites
Security covered
This module provides a tool to check if a list of files (keys) exists within an AWS S3 bucket. It allows for batch checking and can handle keys with prefixes and suffixes.
Offers a form to check if a series of keys exists or not inside a AWS S3 bucket.
Introduction
This module is useful to perform a batch operation to ensure a list of keys is present or not inside a bucket.
It performs a HEAD operation to see if a key exists inside a AWS S3 bucket. That key can be prefixed and/or suffixed with any string.
Requirements
- A working AWS S3 bucket
- A valid AWS account and credentials (access and secret key)
- AWS SDK for PHP: installed by this module when using composer
- The "READ" ACL permission granted for the user performing the check