Skip to content

Wire up the ETag from S3's upload response back to the BlobDTO's MD5 field, to handle multipart upload correctly #2630

Wire up the ETag from S3's upload response back to the BlobDTO's MD5 field, to handle multipart upload correctly

Wire up the ETag from S3's upload response back to the BlobDTO's MD5 field, to handle multipart upload correctly #2630

name: GoogleJavaFormat
on:
pull_request:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Format code
run: ./format.sh
- if: ${{ failure() }}
run: git diff --color=always