Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Oct 29, 2024
1 parent ec46c84 commit 757d6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/aws/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func CreateBucket(s3client S3BucketAPI, conf *appconfig.AppConfig) {
]
}`, bucket, bucket)

_, perr := s3client.PutBucketPolicy(context.TODO(), &s3.PutBucketPolicyInput{
_, perr = s3client.PutBucketPolicy(context.TODO(), &s3.PutBucketPolicyInput{
Bucket: aws.String(bucket),
Policy: aws.String(sslPolicy),
})
Expand Down

0 comments on commit 757d6c9

Please sign in to comment.