Skip to content
  • João Pereira's avatar
    05e47f4a
    Enable S3 client mocking · 05e47f4a
    João Pereira authored and Stan Hu's avatar Stan Hu committed
    Change the underlying S3 storage driver client to be of type `s3iface.S3API`
    (interface) instead of the concrete type `*s3.S3`. This enables mocking the
    S3 client for advanced testing.
    05e47f4a
    Enable S3 client mocking
    João Pereira authored and Stan Hu's avatar Stan Hu committed
    Change the underlying S3 storage driver client to be of type `s3iface.S3API`
    (interface) instead of the concrete type `*s3.S3`. This enables mocking the
    S3 client for advanced testing.
Loading