[PR #1619] [MERGED] Include fields required by alpakka scala client in response #1664

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1619
Author: @eikehartmann
Created: 5/23/2024
Status: Merged
Merged: 5/30/2024
Merged by: @fsouza

Base: mainHead: fix-alpakka-unmarshalling


📝 Commits (1)

  • 402db51 Include fields required by alpakka in response

📊 Changes

1 file changed (+44 additions, -40 deletions)

View changed files

📝 fakestorage/response.go (+44 -40)

📄 Description

Probably not covered all alpakka operations, (just ran into some timeout with resumable upload) but for get object the easy catch was to just add some fields that are required by the format alpakka's GCStorage.getObject expects - would appreciate very much if this could be added!

Tested with

"com.lightbend.akka" %% "akka-stream-alpakka-google-cloud-storage" % "4.0.0"

🔄 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/1619 **Author:** [@eikehartmann](https://github.com/eikehartmann) **Created:** 5/23/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `fix-alpakka-unmarshalling` --- ### 📝 Commits (1) - [`402db51`](https://github.com/fsouza/fake-gcs-server/commit/402db51d901f6bf6d7cd8b9249af75ec5d58da21) Include fields required by alpakka in response ### 📊 Changes **1 file changed** (+44 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/response.go` (+44 -40) </details> ### 📄 Description Probably not covered all alpakka operations, (just ran into some timeout with resumable upload) but for get object the easy catch was to just add some fields that are required by the format alpakka's `GCStorage.getObject` expects - would appreciate very much if this could be added! Tested with ``` "com.lightbend.akka" %% "akka-stream-alpakka-google-cloud-storage" % "4.0.0" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:35: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#1664
No description provided.