Skip to content

Commit

Permalink
fix Url to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed Jan 5, 2024
1 parent 4a87eb4 commit 8df4a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions events/s3_object_lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ type S3ObjectLambdaEvent struct {
}

type S3ObjectLambdaGetObjectContext struct {
InputS3Url string `json:"inputS3Url"`
InputS3URL string `json:"inputS3Url"`
OutputRoute string `json:"outputRoute"`
OutputToken string `json:"outputToken"`
}

type S3ObjectLambdaListObjectsContext struct {
InputS3Url string `json:"inputS3Url"`
InputS3URL string `json:"inputS3Url"`
}

type S3ObjectLambdaListObjectsV2Context struct {
InputS3Url string `json:"inputS3Url"`
InputS3URL string `json:"inputS3Url"`
}

type S3ObjectLambdaHeadObjectContext struct {
InputS3Url string `json:"inputS3Url"`
InputS3URL string `json:"inputS3Url"`
}

type S3ObjectLambdaConfiguration struct {
Expand Down

0 comments on commit 8df4a4b

Please sign in to comment.