diff --git a/pkg/sdk/storage_integration_impl_gen.go b/pkg/sdk/storage_integration_impl_gen.go index 308f138141..9ac54949d8 100644 --- a/pkg/sdk/storage_integration_impl_gen.go +++ b/pkg/sdk/storage_integration_impl_gen.go @@ -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, }