Skip to content

Commit

Permalink
cleaning up OB return
Browse files Browse the repository at this point in the history
  • Loading branch information
screeley44 committed Sep 6, 2019
1 parent 9b5b08e commit c13f4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aws-s3-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (p *awsS3Provisioner) rtnObjectBkt(bktName string) *v1alpha1.ObjectBucket {
BucketName: bktName,
Region: p.region,
AdditionalConfigData: map[string]string{
"test": "test",
"": "",
},
},
Authentication: &v1alpha1.Authentication{
Expand Down

0 comments on commit c13f4e9

Please sign in to comment.