Support FIPS endpoints, disable S3 Transfer Acceleration in GovCloud #96
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
schedule: | |
- cron: '0 0 * * 1' # At 00:00 on Monday. | |
permissions: | |
contents: read | |
jobs: | |
Shared: | |
uses: fog/.github/.github/workflows/ci.yml@v1.4.0 |