We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4accb commit c73d995Copy full SHA for c73d995
aggregation_mode/src/backend/s3.rs
@@ -32,7 +32,6 @@ const CONNECT_TIMEOUT_SECONDS: Duration = Duration::from_secs(10);
32
/// Timeout for Batch Download Requests
33
const BATCH_DOWNLOAD_TIMEOUT_SECONDS: Duration = Duration::from_secs(5 * 60);
34
35
-
36
// get_aligned_batch_from_s3_with_multiple_urls tries multiple comma-separated URLs until first successful response
37
pub async fn get_aligned_batch_from_s3_with_multiple_urls(
38
urls: String,
0 commit comments