Skip to content

Commit 83568f1

Browse files
committed
refactor(staging): remove unused PeerDBClickHouseAWSS3BucketName
1 parent 96bee34 commit 83568f1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

flow/internal/dynamicconf.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -722,10 +722,6 @@ func PeerDBSnowflakeAutoCompress(ctx context.Context, env map[string]string) (bo
722722
return dynamicConfBool(ctx, env, "PEERDB_SNOWFLAKE_AUTO_COMPRESS")
723723
}
724724

725-
func PeerDBClickHouseAWSS3BucketName(ctx context.Context, env map[string]string) (string, error) {
726-
return dynLookup(ctx, env, "PEERDB_CLICKHOUSE_AWS_S3_BUCKET_NAME")
727-
}
728-
729725
func PeerDBClickHouseStagingProvider(ctx context.Context, env map[string]string) (string, error) {
730726
return dynLookup(ctx, env, "PEERDB_CLICKHOUSE_STAGING_PROVIDER")
731727
}

0 commit comments

Comments
 (0)