Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PublicAccessPrevention #616

Closed
shaffeeullah opened this issue Nov 12, 2020 · 2 comments · Fixed by #636
Closed

Add support for PublicAccessPrevention #616

shaffeeullah opened this issue Nov 12, 2020 · 2 comments · Fixed by #636
Labels
api: storage Issues related to the googleapis/java-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@shaffeeullah
Copy link

We need to add support for a new field publicAccessPrevention in the bucket IAM configuration for storage. Full details are available in this doc. This should include ability to create buckets with this field set, get the field, and set the field. We'd also like an integration test that verifies that the feature works as expected.

Please wait for approval from myself or @tritone before merging or releasing this change so we can coordinate around release dates.

Based on looking at the code, I think the field should go here:

public static class IamConfiguration implements Serializable {

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage API. label Nov 12, 2020
@suraj-qlogic suraj-qlogic added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Nov 13, 2020
@athakor athakor self-assigned this Nov 13, 2020
@athakor
Copy link
Contributor

athakor commented Nov 26, 2020

@shaffeeullah @tritone I've requested access to the design document referenced above.

@tritone
Copy link
Contributor

tritone commented Nov 30, 2020

@athakor I've shared it with the email I have for you, sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants