Skip to content

fix(s3): include non-versioned objects in ListObjectVersions response #509

fix(s3): include non-versioned objects in ListObjectVersions response

fix(s3): include non-versioned objects in ListObjectVersions response #509

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- 'src/**'
- 'pom.xml'
- '.mvn/**'
- 'mvnw'
- 'mvnw.cmd'
- '.github/workflows/ci.yml'
pull_request:
paths:
- 'src/**'
- 'pom.xml'
- '.mvn/**'
- 'mvnw'
- 'mvnw.cmd'
- '.github/workflows/ci.yml'
permissions:
contents: read
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Run tests
run: mvn test -B