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

Issue #1295 hide the s3object #1459

Merged
merged 17 commits into from
Nov 29, 2021
Merged

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    02749d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4904c22 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    b169332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e2c65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e39d47 View commit details
    Browse the repository at this point in the history
  4. Issue #1295: introducing the method ProcessHeaders()

    This still allows parallel processes of the HEAD requests.
    All interactions with S3 are now wrapped in Kernel::System::Storage::S3.
    Metadataprefix is now also set up in Kernel/Config.pm
    bschmalhofer committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    40643d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ef1ba7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4590f59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7623f7d View commit details
    Browse the repository at this point in the history
  8. Issue #1295: make the delimiter configurable

    at least kind of, currently only works with '/'
    bschmalhofer committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    01624ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0d3e60 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30a625a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    41933b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60a6e9e View commit details
    Browse the repository at this point in the history
  13. Issue #1295: get all properties from the HEAD headers

    in order to simplify the code
    bschmalhofer committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b275683 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    5dbcaf2 View commit details
    Browse the repository at this point in the history
  2. Issue #1295: removed an addition slash

    when constructing a S3 key
    bschmalhofer committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9ab5424 View commit details
    Browse the repository at this point in the history