Skip to content

Choose a tag to compare

@tyrchen tyrchen released this 01 Mar 06:17
· 117 commits to master since this release
89e5d02

What's New

GitHub Action

  • Added comprehensive S3 test workflow as both CI and usage examples
  • Added workflow_dispatch trigger to Docker release workflow for manual image builds
  • Published as a GitHub Action: tyrchen/ruststack@v0

Fixes

  • Fixed Docker scratch image missing /tmp directory (needed for temp file spillover of objects > 512KiB)
  • Fixed CI test issues with AWS CLI v2 compatibility (listing, presigned URLs)

Tests

  • Added CORS configuration XML deserialization test
  • Added comprehensive end-to-end S3 test workflow covering 15 categories:
    bucket ops, object CRUD, metadata, large objects, presigned URLs,
    versioning, tagging, bucket config, object lock, multipart uploads,
    listing, POST object, and error handling

Documentation

  • Added GitHub Action usage guide to README with inputs, outputs, and environment variables