mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-27 06:35:54 +03:00
[PR #648] [MERGED] Add Scala example #791
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#791
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?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/648
Author: @tonicebrian
Created: 1/12/2022
Status: ✅ Merged
Merged: 1/13/2022
Merged by: @fsouza
Base:
main← Head:main📝 Commits (2)
e41c3ffAdd Scala exampleba8be5dAdded script for CI📊 Changes
5 files changed (+55 additions, -0 deletions)
View changed files
➕
ci/run-scala-example.sh(+8 -0)➕
examples/scala/build.sbt(+12 -0)➕
examples/scala/docker-compose.yaml(+9 -0)➕
examples/scala/project/build.properties(+1 -0)➕
examples/scala/src/main/scala/example/FakeGCSClient.scala(+25 -0)📄 Description
Hi, I've created a Scala example that could also serve as reference for Java devlopers. I hope you find it useful and thanks for the tool!!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.