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

WIP - Enable subdomain access for buckets #925

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 21, 2022

  1. BucketNameFilter to access bucket name in domain

    BucketNameFilter will extract the bucket name from subdomain or path and
    add it as a request attribute for consumption in handler methods.
    
    Fixes #144
    afranken committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3e238d0 View commit details
    Browse the repository at this point in the history
  2. WIP - Consume BucketName request attribute

    Trying out if this works (BucketNameFilter will take name from path),
    assert that bucket name is the same that is passed in the path to the
    handler method.
    
    Fixes #144
    afranken committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5984ed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    dcefa5d View commit details
    Browse the repository at this point in the history