Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
AWS S3 operations
v0.1.3Read-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.
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
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-
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