storage-gcs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.kestra.storage</groupId> <artifactId>storage-gcs</artifactId> <version>0.22.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.kestra.storage</groupId> <artifactId>storage-gcs</artifactId> <version>0.22.0</version> <developers> <developer> <id>tchiotludo</id> <name>Ludovic Dehon</name> </developer> </developers> <dependencyManagement> <dependencies> <dependency> <groupId>io.kestra</groupId> <artifactId>platform</artifactId> <version>[0.21,)</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> <scope>compile</scope> </dependency> </dependencies> <name>storage-gcs</name> <description>Google Cloud Storage storage plugin for Kestra</description> <url>https://github.com/kestra-io/storage-gcs</url> <scm> <url>https://github.com/kestra-io/storage-gcs</url> <connection>scm:git:git://github.com/kestra-io/storage-gcs</connection> <developerConnection>scm:git:git://github.com/kestra-io/storage-gcs</developerConnection> </scm> <licenses> <license> <name>Apache License 2.0</name> <url>https://raw.githubusercontent.com/kestra-io/storage-gcs/HEAD/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>GitHub</system> <url>https://github.com/kestra-io/storage-gcs/issues</url> </issueManagement> </project>