Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
AWS S3 operations
v0.1.2Read-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.
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
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-
aws s3api get-bucket-encryption
-
aws s3api get-bucket-lifecycle-configuration
-
aws s3api get-bucket-location
-
aws s3api get-bucket-policy
-
aws s3api get-bucket-versioning
-
aws s3 ls
-
aws s3 ls s3://<bucket>/<prefix>
-
aws s3api head-object