Skip to content

Commit c4753cd

Browse files
authored
Merge pull request #192689 from csand-msft/main
Remove s3 as possible bucket url format
2 parents 266fe97 + d24f096 commit c4753cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ If you use a `bucket` source instead of a `git` source, here are the bucket-spec
803803

804804
| Parameter | Format | Notes |
805805
| ------------- | ------------- | ------------- |
806-
| `--url` `-u` | URL String | The URL for the `bucket`. Formats supported: http://, https://, s3://. |
806+
| `--url` `-u` | URL String | The URL for the `bucket`. Formats supported: http://, https://. |
807807
| `--bucket-name` | String | Name of the `bucket` to sync. |
808808
| `--bucket-access-key` | String | Access Key ID used to authenticate with the `bucket`. |
809809
| `--bucket-secret-key` | String | Secret Key used to authenticate with the `bucket`. |

0 commit comments

Comments
 (0)