Skip to content

Commit 22a2c5f

Browse files
author
psainics
committed
Fix GCS bucket error message
1 parent a201e32 commit 22a2c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/cdap/plugin/gcp/gcs/StorageClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void createBucketIfNotExists(GCSPath path, @Nullable String location, @Nu
161161
e.getMessage(), path.getUri());
162162
} else {
163163
String errorReason =
164-
String.format("Unable to create bucket %s. Ensure you entered the correct bucket path and " +
164+
String.format("Unable to create or get bucket %s. Ensure you entered the correct bucket path and " +
165165
"have permissions for it.", path.getBucket());
166166
throw GCPErrorDetailsProviderUtil.getHttpResponseExceptionDetailsFromChain(e, errorReason, ErrorType.UNKNOWN,
167167
true, GCPUtils.GCS_SUPPORTED_DOC_URL);

0 commit comments

Comments
 (0)