Skip to content

Commit

Permalink
fix(connector): adapt new field access_method in S3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Nov 21, 2024
1 parent a41a9ba commit a47fffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/Rule/connector/useSchemaConnectorPropsLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export default (
'port',
'access_key_id',
'secret_access_key',
'access_method',
'transport_options.ssl',
...S3AdvancedProps,
],
Expand Down

0 comments on commit a47fffd

Please sign in to comment.