AWS S3 operations

v0.1.2

Read-only S3 introspection — bucket inventory, per-bucket versioning/policy/encryption/lifecycle, object listing + metadata. Excludes every mutator (no put-bucket-*, no delete-*). Object-level changes belong in IaC. Auth via AWS_PROFILE.

Pack ID
aws-s3
Vendor
emisar
OS
linux
Actions
8
Required binaries: aws. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:8867976ba55bc8adcd455a90f5c223c06786934a793e363bc52832f52f5f5eb5

on the runner host
sudo emisar pack install aws-s3 \
  --hash sha256:8867976ba55bc8adcd455a90f5c223c06786934a793e363bc52832f52f5f5eb5 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub