You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sa...@apache.org on 2020/12/15 07:41:42 UTC

[ozone] branch master updated (329bcc4 -> 0957975)

This is an automated email from the ASF dual-hosted git repository.

sammichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git.


    from 329bcc4  HDDS-4582 Update `quota in counts` to `quota in namespace` (#1696)
     add 0957975  HDDS-4519. Return forbidden instead of interval server error from s3g… (#1642)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/ozone/client/OzoneBucket.java    |  26 +-
 .../org/apache/hadoop/ozone/om/OzoneManager.java   |   4 +-
 .../fs/ozone/BasicOzoneClientAdapterImpl.java      |   2 +-
 .../ozone/BasicRootedOzoneClientAdapterImpl.java   |   2 +-
 .../apache/hadoop/fs/ozone/OzoneClientAdapter.java |   2 +-
 .../hadoop/ozone/s3/endpoint/BucketEndpoint.java   |  49 ++--
 .../hadoop/ozone/s3/endpoint/EndpointBase.java     |  29 ++-
 .../hadoop/ozone/s3/endpoint/ObjectEndpoint.java   |  23 +-
 .../hadoop/ozone/s3/exception/S3ErrorTable.java    |   4 +
 .../ozone/s3/endpoint/TestPermissionCheck.java     | 268 +++++++++++++++++++++
 10 files changed, 371 insertions(+), 38 deletions(-)
 create mode 100644 hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/endpoint/TestPermissionCheck.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org