chamikaramj commented on a change in pull request #4169: [BEAM-3060] Added
support for multiple filesystems in TextIO
URL: https://github.com/apache/beam/pull/4169#discussion_r153042053
##########
File path: sdks/java/io/file-based-io-tests/pom.xml
##########
@@ -139,6 +139,24 @@
</plugins>
</build>
</profile>
+ <profile>
+ <!-- Include the google-cloud-platform activated by
-Dfilesystem=GCS
+ Support for protocol scheme gs:// - allow to read/write to google
storage -->
+ <id>google-cloud-storage</id>
+ <activation>
+ <property>
+ <name>filesystem</name>
+ <value>GCS</value>
Review comment:
Does this require GCS to be all caps ? If so is there a way to not require
that ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services