[PR #370] [CLOSED] Added support to send events to a pubsub topic #559

Closed
opened 2026-03-03 12:30:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/370
Author: @isaldana
Created: 11/26/2020
Status: Closed

Base: mainHead: event-support


📝 Commits (1)

  • 05c9175 Added support to send events to a pubsub topic

📊 Changes

8 files changed (+539 additions, -40 deletions)

View changed files

fakestorage/event.go (+194 -0)
fakestorage/event_test.go (+184 -0)
📝 fakestorage/object.go (+7 -1)
📝 fakestorage/server.go (+24 -11)
📝 go.mod (+1 -0)
📝 go.sum (+7 -1)
📝 internal/config/config.go (+68 -11)
📝 internal/config/config_test.go (+54 -16)

📄 Description

This addresses #222.


🔄 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/370 **Author:** [@isaldana](https://github.com/isaldana) **Created:** 11/26/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `event-support` --- ### 📝 Commits (1) - [`05c9175`](https://github.com/fsouza/fake-gcs-server/commit/05c917507e1603f46618d20d0c1c71e8bf714b22) Added support to send events to a pubsub topic ### 📊 Changes **8 files changed** (+539 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `fakestorage/event.go` (+194 -0) ➕ `fakestorage/event_test.go` (+184 -0) 📝 `fakestorage/object.go` (+7 -1) 📝 `fakestorage/server.go` (+24 -11) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+7 -1) 📝 `internal/config/config.go` (+68 -11) 📝 `internal/config/config_test.go` (+54 -16) </details> ### 📄 Description This addresses #222. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:30:36 +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#559
No description provided.