Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Nov 22, 2024
1 parent 2e60e0b commit db785c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sdk/storage_integration_impl_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (r *CreateStorageIntegrationRequest) toOpts() *CreateStorageIntegrationOpti
}
if r.S3StorageProviderParams != nil {
opts.S3StorageProviderParams = &S3StorageParams{
Protocol: r.S3StorageProviderParams.Protocol,
StorageAwsRoleArn: r.S3StorageProviderParams.StorageAwsRoleArn,
StorageAwsObjectAcl: r.S3StorageProviderParams.StorageAwsObjectAcl,
}
Expand Down

0 comments on commit db785c3

Please sign in to comment.