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

support virtual_host in presigned_url when using s3_host_alias #124

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2023

  1. support virtual_host in presigned_url when using s3_host_alias

    when using options: { url: "s3_alias_url" & "s3_host_alias": "bucket_alias.domain.com" },
    make the presigned_url :
    https://bucket_alias.domain.com/file?X-Amz-Credential=
    
    instead of:
    https://s3.amazonaws.com/bucket_alias.domain.com/file?X-Amz-Credential=
    motillawy committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    682175c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. support virtual_host in presigned_url when using s3_host_alias

    when using options: { url: "s3_alias_url" & "s3_host_alias": "bucket_alias.domain.com" },
    make the presigned_url :
    https://bucket_alias.domain.com/file?X-Amz-Credential=
    
    instead of:
    https://s3.amazonaws.com/bucket_alias.domain.com/file?X-Amz-Credential=
    motillawy authored and tillawy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    89c59c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac6a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6493b8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:tillawy/kt-paperclip

    Mohammed O. Tillawy authored and Mohammed O. Tillawy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4b9eee2 View commit details
    Browse the repository at this point in the history
  5. support virtual_host in presigned_url when using s3_host_alias

    when using options: { url: "s3_alias_url" & "s3_host_alias": "bucket_alias.domain.com" },
    make the presigned_url :
    https://bucket_alias.domain.com/file?X-Amz-Credential=
    
    instead of:
    https://s3.amazonaws.com/bucket_alias.domain.com/file?X-Amz-Credential=
    motillawy authored and Mohammed O. Tillawy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0708634 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:tillawy/kt-paperclip

    Mohammed O. Tillawy authored and Mohammed O. Tillawy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ddd6251 View commit details
    Browse the repository at this point in the history