BucketPolicyOnly: fix broken requests to update BPO enabled field. #3781
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi @quartzmo,
Last week, a system test was skipped due to a backend bug (#3772) . The backend bug will take another 3 weeks based on my last conversation with the GCS team.
In the mean time a workaround should be put in place to reduce impact on users.
When performing an update on the BPO field (enable or disable), the UniformBucketLevelAccess field must be set to the same value as the BPO field during an Update or Patch request.
Here's an example patch:
PATCH uri
Body:
Related issue in Python: googleapis/google-cloud-python#8552
The text was updated successfully, but these errors were encountered: