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

add support for AWS S3 external file storage #476

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

Commits on Jun 25, 2022

  1. add support for AWS S3 external file storage

    Signed-off-by: Marshall Walker <[email protected]>
    marshallwalker committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b65e19a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa185d View commit details
    Browse the repository at this point in the history
  3. exposed cache control on a per resource per storage basis to allow fo…

    …r early regeneration of S3 presigned urls. certain aws credentials have a lower max expiry then 7 days.
    marshallwalker committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b119ded View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    78ce84d View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    Signed-off-by: Marshall Walker <[email protected]>
    marshallwalker committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    acbee4f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 2, 2022

  1. Add a section to the README.md detailing how to use Amazon S3, also m…

    …ade a few changes to the FileCacheDurationConfig.java and AwsStorageService.java
    
    Signed-off-by: Marshall Walker <[email protected]>
    marshallwalker committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    0ea839e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Update generate-properties.sh

    Add spaces for env variable check
    Add closing keyword to if statement
    amvanbaren authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    eada94d View commit details
    Browse the repository at this point in the history