AbsaOSS / enceladus

Dynamic Conformance Engine
Apache License 2.0
29 stars 14 forks source link

S3A and S3N path are not correctly handled #2195

Open benedeki opened 8 months ago

benedeki commented 8 months ago

Describe the bug

While the s3a:// and s3n:// protocols are correctly recognized, they are replaced with hard-coded s3://

To Reproduce

See FileSystemUtils class

Expected behavior

Keep the protocol.

benedeki commented 7 months ago

Release notes: