Skip to content

Commit 7069bf2

Browse files
committed
fix(staging): increase GCS signed URL expiry to 1 hour to match AWS STS defaults
1 parent b3776af commit 7069bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/connectors/clickhouse/staging_gcs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
peerdb_clickhouse "github.com/PeerDB-io/peerdb/flow/pkg/clickhouse"
1616
)
1717

18-
const gcsSignedURLExpiry = 15 * time.Minute
18+
const gcsSignedURLExpiry = 1 * time.Hour
1919

2020
// gcsStagingStore implements StagingStore for Google Cloud Storage using
2121
// native GCS SDK and signed URLs for ClickHouse reads.

0 commit comments

Comments
 (0)