Setting userProject from NIO FileSystemProvider #3475
Labels
api: storage
Issues related to the Cloud Storage API.
type: question
Request for information or clarification. Not an issue.
I'm happy to see that requester-pays support was just added!
afaict, I can't set the
userProject
in aCloudStorageFileSystemProvider
that gets instantiated via the Java NIOFileSystemProvider
machinery, which usesClass.newInstance()
to invoke the nullary constructor:throws:
Is there a way to set the user-project, other than as a ctor param?
installedProviders
and modify the providers for a given URI schemeThe text was updated successfully, but these errors were encountered: