Registry / cloud / google-cloud-nio

google-cloud-nio

JSON →
library0.132.0javamavenunverified

FileSystemProvider for Java NIO to access Google Cloud Storage transparently.

<dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-nio</artifactId> <version>0.132.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-CLOUD-NIO
G
google-cloud-nio
cloudjavav0.132.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CloudStorageFileSystem
com.google.cloud.storage.contrib.nio.CloudStorageFileSystem

Access a Google Cloud Storage bucket as a file system.

import com.google.cloud.storage.contrib.nio.CloudStorageFileSystem; import java.nio.file.Path; CloudStorageFileSystem fs = CloudStorageFileSystem.forBucket("my-bucket"); Path path = fs.getPath("/file.txt");
Debug
Known issues
breakingRequires Google Cloud authentication; may fail if credentials are not configured.
fix
Set GOOGLE_APPLICATION_CREDENTIALS environment variable or use default credentials.
affects: all
Upgrade
Version history
0.132.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
google-cloud-nio — mvn dependency:get google-cloud-nio · libregistry