We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1802968 commit 0844d1aCopy full SHA for 0844d1a
src/main/java/io/cdap/plugin/gcp/gcs/connector/GCSConnector.java
@@ -59,7 +59,7 @@
59
@Plugin(type = Connector.PLUGIN_TYPE)
60
@Name(GCSConnector.NAME)
61
@Category("Google Cloud Platform")
62
-@Description("Connection to access data in Google Cloud Storage")
+@Description("Connection to access data in Google Cloud Storage.")
63
public class GCSConnector extends AbstractFileConnector<GCPConnectorConfig> {
64
public static final String NAME = "GCS";
65
static final String BUCKET_TYPE = "bucket";
0 commit comments