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

HADOOP-17198 Support S3 AccessPoint #3260

Merged
merged 5 commits into from
Sep 29, 2021

Commits on Sep 28, 2021

  1. Adding basic AccessPoint support implementation

    This change aims to add support for S3 accesspoints. To use S3 object level
    APIs for an accesspoint, one has to use the accesspoint (ap) ARN.
    
    Hence the following have been added:
    - a new property to set the accesspoint ARN;
    - s3a parsing and using the new property with appropriate exceptions;
    - initial documentation update for accesspoints;
    
    We're explicitly throwing now if S3Guard is enabled and you're using an
    Access Point. Which is the right way to go anyway!
    
    Skipping all tests that use AP and S3Guard too. We're also fixing
    CSEEncryption tests since it was checking for the wrong condition.
    
    Adding Access Point only option
    
    - Adding a new config option called `fs.s3a.accesspoint.required` which
      requires all bucket access to be done through access points, otherwise
      an exception is thrown on initialize;
    - Updating documentation to include this new option;
    - Adding new test for the option;
    Bogdan Stolojan committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d888418 View commit details
    Browse the repository at this point in the history
  2. Removing obsolete rebase artefacts

    Bogdan Stolojan committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ec138e7 View commit details
    Browse the repository at this point in the history
  3. Rebooting build system

    Bogdan Stolojan committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b371a23 View commit details
    Browse the repository at this point in the history
  4. Fixing checkstyle

    Bogdan Stolojan committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5710a88 View commit details
    Browse the repository at this point in the history
  5. Addressing PR comments

    Bogdan Stolojan committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    22732f2 View commit details
    Browse the repository at this point in the history