Create static access key for Object Storage yc

Mint S3-compatible static key for a SA; note: secret shown once, capture it now

yc iam access-key create --service-account-name <name> --format json | jq -r '"AWS_ACCESS_KEY_ID=\(.access_key.key_id)\nAWS_SECRET_ACCESS_KEY=\(.secret)"'