AWS S3 Key Checker settings page
AWS S3 Key Checker form

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

Project information

Releases