File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
DetectModerationLabelsExample
SearchFacesMatchingImageExample Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "roleName" : " eventbridge-events-rule-role" ,
3- "testBucketName" : " ExampleBucket1 " ,
3+ "testBucketName" : " amzn-s3-demo-bucket " ,
44 "topicName" : " example-eventbridge-topic-name" ,
55 "eventRuleName" : " example-event-rule"
66}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class DetectFaces
1919 public static async Task Main ( )
2020 {
2121 string photo = "input.jpg" ;
22- string bucket = "bucket" ;
22+ string bucket = "amzn-s3-demo- bucket" ;
2323
2424 var rekognitionClient = new AmazonRekognitionClient ( ) ;
2525
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class DetectLabels
1818 public static async Task Main ( )
1919 {
2020 string photo = "del_river_02092020_01.jpg" ; // "input.jpg";
21- string bucket = "igsmiths3photos " ; // "bucket";
21+ string bucket = "amzn-s3-demo-bucket " ; // "bucket";
2222
2323 var rekognitionClient = new AmazonRekognitionClient ( ) ;
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class DetectModerationLabels
1818 public static async Task Main ( string [ ] args )
1919 {
2020 string photo = "input.jpg" ;
21- string bucket = "bucket" ;
21+ string bucket = "amzn-s3-demo- bucket" ;
2222
2323 var rekognitionClient = new AmazonRekognitionClient ( ) ;
2424
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class DetectText
1919 public static async Task Main ( )
2020 {
2121 string photo = "Dad_photographer.jpg" ; // "input.jpg";
22- string bucket = "igsmiths3photos " ; // "bucket";
22+ string bucket = "amzn-s3-demo-bucket " ; // "bucket";
2323
2424 var rekognitionClient = new AmazonRekognitionClient ( ) ;
2525
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class SearchFacesMatchingImage
1818 public static async Task Main ( )
1919 {
2020 string collectionId = "MyCollection" ;
21- string bucket = "bucket" ;
21+ string bucket = "amzn-s3-demo- bucket" ;
2222 string photo = "input.jpg" ;
2323
2424 var rekognitionClient = new AmazonRekognitionClient ( ) ;
You can’t perform that action at this time.
0 commit comments