Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request kubernetes-retired#1090 from whereisaaron/patch-4
Browse files Browse the repository at this point in the history
Set V4 signatures to enable kube-resources-autosave to work in all regions
  • Loading branch information
mumoshu authored Jan 5, 2018
2 parents c19cdac + 5416759 commit 01b146c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ write_files:
- |
set -x ;
DUMP_DIR_COMPLETE=/kube-resources-autosave/complete ;
aws configure set s3.signature_version s3v4 ;
mkdir -p ${DUMP_DIR_COMPLETE} ;
while true; do
TIMESTAMP=$(date +%Y-%m-%d_%H-%M-%S)
Expand Down

0 comments on commit 01b146c

Please sign in to comment.