Skip to content

Allow S3 cache's AuthenticationType to be provided case-insensitively

What does this MR do?

  • Allows AuthenticationType to be case-insensitive
  • Removed deprecation comment (we've chosen not to deprecate the fallback default: #28171 (comment 948438067))

Why was this MR needed?

User provided AuthenticationType value's that were provided as uppercase (as documentation suggested) were not working correctly.

What's the best way to test this MR?

Added test case should be enough to ensure correctness.

What are the relevant issue numbers?

Closes #29067 (closed)

Merge request reports