Export a pack to Amazon S3
export_pack_to_s3Upload signed ISO 20022 audit evidence packs to Amazon S3 for secure storage, receiving bucket, key, and etag in return.
Instructions
Upload a signed evidence pack to Amazon S3.
**Requires the ``[aws]`` extra** (``pip install
iso20022-evidence-pack-mcp[aws]``) and **reaches AWS S3 over the
network** -- unlike the closed-world tools, this one has a network
surface. Only the ``s3://`` scheme is supported; ``gs://`` / ``az://``
return a clear error. Returns the object's ``bucket``, ``key``, and
``etag``.
Args:
signed_pack_json: The signed pack to upload, as JSON text.
s3_uri: The destination, of the form ``s3://bucket/key``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s3_uri | Yes | Destination of the form s3://bucket/key. | |
| signed_pack_json | Yes | A signed evidence pack as raw JSON text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||