Skip to content

Fix PutObject with empty body #40

Fix PutObject with empty body

Fix PutObject with empty body #40

Workflow file for this run

# This workflow runs for every pull request
name: PR CI
on:
pull_request:
jobs:
pr-ci-go-test:
uses: ./.github/workflows/ci_test_go.yml
secrets:
CI_AWS_ACCOUNT_ID: ${{ secrets.CI_AWS_ACCOUNT_ID }}