components-contrib/tests/certification/bindings/aws/s3
Bernd Verst 9095b0e7e7
Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-11-28 18:13:09 -08: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 Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08: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.