components-contrib/tests/certification/bindings/aws/s3
Josh van Leeuwen 9be6d157a4
tests/certification: Updates dapr/dapr to `master` HEAD (#3084)
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-08-21 17:06:55 -07:00
..
components AWS S3 Bindings Certification Tests (#2536) 2023-04-27 22:17:01 +00:00
README.md AWS S3 Bindings Certification Tests (#2536) 2023-04-27 22:17:01 +00:00
config.yaml AWS S3 Bindings Certification Tests (#2536) 2023-04-27 22:17:01 +00:00
s3_test.go tests/certification: Updates dapr/dapr to `master` HEAD (#3084) 2023-08-21 17:06:55 -07:00

README.md

AWS S3 Binding certification testing

This project aims to test the AWS S3 binding component under various conditions.

Test plan

Functional tests

  • Create request:

    • key/Filename specified and missing
    • With ForcePathStyle True/False
    • Verifies automatic base64 decode option
  • Get request:

    • Successful Get Request
  • Delete request:

    • Successful deletion
  • List request:

    • Successful List Request

Running the tests

This must be run in the GitHub Actions Workflow configured for test infrastructure setup.