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

refactor(S3BasicFileAttributes): Extract and reuse getObjectMetadata method #277

Merged
merged 21 commits into from
Nov 7, 2023

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    ebfee1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8e9d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07e9d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80837ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f5cfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3850b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    174cc89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07e6715 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    683dae4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    625a38b View commit details
    Browse the repository at this point in the history
  11. cleanup(S3BasicFileAttributes): Remove throws RuntimeException from…

    … size() method signature
    guicamest committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ca8cb18 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. test(S3BasicFileAttributes): lastModifiedTime of file should return…

    … the Instant from the head response
    guicamest committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e99a507 View commit details
    Browse the repository at this point in the history
  2. test(S3BasicFileAttributes): creationTime / lastAccessTime of fil…

    …e should return the Instant from the head response
    guicamest committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c1aab14 View commit details
    Browse the repository at this point in the history
  3. test(S3BasicFileAttributes): size of file should return the content…

    …Length from the head response
    guicamest committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a2e145e View commit details
    Browse the repository at this point in the history
  4. test(S3BasicFileAttributes): fileKey of file should return the etag…

    … from the head response
    guicamest committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ebeab9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b1bec9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3476f23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83928ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    780dbfd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7013cc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16eb0ad View commit details
    Browse the repository at this point in the history