mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #116] Using Jclouds to access GCS docker need Credentials #24
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rexydwybrundy on GitHub (Nov 1, 2019).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/116
I using jclouds to try accessing blobstorage in GCS. It seems I need to set up some credentials and I didn't found it here. Do you have some examples? Thanks
@fsouza commented on GitHub (Nov 7, 2019):
Hey @rexydwybrundy, thanks for opening this issue. I'm not sure what jclouds is 🙈 Can you share a snippet of code that is supposed to work with a regular GCS server? Perhaps I can look into adapting it somehow.
@rexydwybrundy commented on GitHub (Nov 7, 2019):
@fsouza so jcloud is like an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full-control to use cloud-specific features. So I want to able to upload my file to the storage of any cloud provider with just specify the provider. But when I use this docker, is there any default credential that I can use or this is only the storage?
@fsouza commented on GitHub (Feb 15, 2021):
Closing as stale. Feel free to reopen if needed.