mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #370] [CLOSED] Added support to send events to a pubsub topic #559
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#559
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/370
Author: @isaldana
Created: 11/26/2020
Status: ❌ Closed
Base:
main← Head:event-support📝 Commits (1)
05c9175Added 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.