Skip to content

Commit

Permalink
Merge branch 'grpc/defaultAcl/read-list' of https://github.com/google…
Browse files Browse the repository at this point in the history
…apis/java-storage into grpc/defaultAcl/read-list
  • Loading branch information
gcf-owl-bot[bot] committed Dec 8, 2022
2 parents 020168e + 13951aa commit 4c3d02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ public List<Acl> listAcls() {
*
* @throws StorageException upon failure
*/
@TransportCompatibility({Transport.HTTP})
@TransportCompatibility({Transport.HTTP, Transport.GRPC})
public Acl getDefaultAcl(Entity entity) {
return storage.getDefaultAcl(getName(), entity);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@ PostPolicyV4 generateSignedPostPolicyV4(
*
* @throws StorageException upon failure
*/
@TransportCompatibility({Transport.HTTP})
@TransportCompatibility({Transport.HTTP, Transport.GRPC})
Acl getDefaultAcl(String bucket, Entity entity);

/**
Expand Down

0 comments on commit 4c3d02a

Please sign in to comment.