[ https://issues.apache.org/jira/browse/BEAM-7531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16864327#comment-16864327 ]
Udi Meiri commented on BEAM-7531: --------------------------------- Done for java in #8830, tracking https://github.com/apache/beam/pull/8135 for Python, which is in progress. > Don't auto-create GCS buckets with KMS settings > ----------------------------------------------- > > Key: BEAM-7531 > URL: https://issues.apache.org/jira/browse/BEAM-7531 > Project: Beam > Issue Type: Bug > Components: io-java-gcp, io-python-gcp > Reporter: Udi Meiri > Assignee: Udi Meiri > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > For Dataflow jobs, if a staging/temp path is not provided, a default bucket > name is generated using the GCP project and job region. > https://github.com/apache/beam/blob/39dab79b7bd56a47c0f2a02033ab4ca3bd4a67e2/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.java#L319 > We recently added the KMS setting to this bucket creation, but since > different jobs might use different KMS keys this is unexpected behavior. > This bug is to remove this KMS setting from default bucket creation, and > possibly error out when a default bucket is used and KMS settings are > provided. -- This message was sent by Atlassian JIRA (v7.6.3#76005)