[PR #648] [MERGED] Add Scala example #791

Closed
opened 2026-03-03 12:31:38 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/648 **Author:** [@tonicebrian](https://github.com/tonicebrian) **Created:** 1/12/2022 **Status:** ✅ Merged **Merged:** 1/13/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`e41c3ff`](https://github.com/fsouza/fake-gcs-server/commit/e41c3ff8789852c7a126d9f44e67a7f5fd782555) Add Scala example - [`ba8be5d`](https://github.com/fsouza/fake-gcs-server/commit/ba8be5d81c214ae1dd400c8bfcb0ff3636aee13a) Added script for CI ### 📊 Changes **5 files changed** (+55 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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!! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#791
No description provided.