Skip to content

Commit

Permalink
fix: s3 connection inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 27, 2023
1 parent d3a87d0 commit e48d7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// +kubebuilder:object:generate=true
type S3Connection struct {
AWSConnection `json:"inline" yaml:",inline"`
AWSConnection `json:",inline" yaml:",inline"`
Bucket string `yaml:"bucket,omitempty" json:"bucket,omitempty"`
// glob path to restrict matches to a subset
ObjectPath string `yaml:"objectPath,omitempty" json:"objectPath,omitempty"`
Expand Down

0 comments on commit e48d7c6

Please sign in to comment.