Skip to content

Commit

Permalink
docs: Update bucket for Cloud Storage ingestion sample test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Oct 4, 2024
1 parent 587697b commit 24f903e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/snippets/src/test/java/pubsub/AdminIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ public class AdminIT {
private static final String awsRoleArn = "arn:aws:iam::111111111111:role/fake-role-name";
private static final String gcpServiceAccount =
"[email protected]";
// private static final String cloudStorageBucket = "pubsub-cloud-storage-bucket";
private static final String cloudStorageBucket = "mikeprieto-bucket";
private static final String cloudStorageBucket = "pubsub-cloud-storage-bucket";
private static final String cloudStorageInputFormat = "text";
private static final String cloudStorageTextDelimiter = ",";
private static final String cloudStorageMatchGlob = "**.txt";
Expand Down

0 comments on commit 24f903e

Please sign in to comment.