Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Beam SDK currently uses the CopyTo GCS API call, which doesn't support copying objects that Customer Managed Encryption Keys (CMEK).
CMEKs are managed in Cloud KMS.
Items (for Java and Python SDKs):
- Update clients to versions that support KMS keys.
- Change copyTo API calls to use rewriteTo (Python - directly, Java - possibly convert copyTo API call to use client library)
- Add unit tests.
- Add basic tests (DirectRunner and GCS buckets with CMEK).