Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Feb 11, 2025
1 parent b26cddf commit bc6f49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class MetadataDataAccessUtils {

// Increasing the default SAS token expiration time to 60 minutes only for Azure
// to allow for larger file downloads; This should not apply to TDR on GCP
//private static final Duration DEFAULT_SAS_TOKEN_EXPIRATION = Duration.ofMinutes(15);
// private static final Duration DEFAULT_SAS_TOKEN_EXPIRATION = Duration.ofMinutes(15);
private static final Duration AZURE_SAS_TOKEN_EXPIRATION = Duration.ofMinutes(60);
private static final String BIGQUERY_DATASET_LINK =
"https://console.cloud.google.com/bigquery?project=<project>&"
Expand Down

0 comments on commit bc6f49d

Please sign in to comment.