Commit f707e71
committed
SNOW-3344317: normalize scheme-less S3 stageEndPoint for endpointOverride
Prepend https:// when stageEndPoint has no URI scheme so AWS SDK v2
endpointOverride does not reject URI with null scheme. Log at DEBUG
when normalization is applied. Accept existing http:// URLs unchanged.
Made-with: Cursor1 parent 5591744 commit f707e71
File tree
1 file changed
+8
-1
lines changed- src/main/java/net/snowflake/client/internal/jdbc/cloud/storage
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
178 | 185 | | |
179 | 186 | | |
180 | 187 | | |
| |||
0 commit comments