Skip to main content

AWS S3 operations

v0.1.3

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.

8 allowed by default
Pack ID
aws-s3
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
aws

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:737ffd831b6387ae3a8e6ac7f90dbe6e6f40383ce4fc76e02834b7784e90a814

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

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

Actions 8 total

View on GitHub