-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix: (storagetransfer) transfer path can be changed to empty string #14300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ea1a8a4
09227b5
cde54b2
04e72e6
00164d2
c3f949b
76823cf
fafefc7
c52752c
a573a8c
543e005
72c8be4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,8 +102,8 @@ Description of the change and how users should adjust their configuration (if ne | |
|
|
||
| ## Resources | ||
|
|
||
| ## Resource: `google_product_resource` | ||
| ## Resource: `google_storage_transfer_job` | ||
|
|
||
| ### Resource-level change example header | ||
| ### `path` does not allow strings starting with / | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should add full field name here including parent block names otherwise it will mislead users. Only specifying
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. updated description |
||
|
|
||
| Description of the change and how users should adjust their configuration (if needed). | ||
| `path` does not allow strings starting with /. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated test case