mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #222] Does that support storage events notifications ? #2194
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#2194
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?
Originally created by @m-ilchuk on GitHub (Apr 22, 2020).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/222
Trying to implement pubsub-notifications, storage triggers and receive notifications when new file is stored in bucket.
@fdescamps commented on GitHub (Jan 20, 2021):
Hi,
Did you succeed to listen storage triggers event (like an upload on a bucket) please ?
Thanks
@m-ilchuk commented on GitHub (Jan 20, 2021):
@fdescamps It was not possible there, so I ended up using my custom solution. (lib which stores files in tmp folder and fire pubsub event)
@fdescamps commented on GitHub (Jan 20, 2021):
Hi,
Thanks for your quick answer.
I'm pretty "sad" about this unavailable feature :/
If anyone manages this, I would like to have some tips.
Regards,
@m-ilchuk commented on GitHub (Jan 20, 2021):
I see there opened pull request https://github.com/fsouza/fake-gcs-server/pull/370 with this. Hope they will merge it soon.
@mjeffrey commented on GitHub (Nov 6, 2024):
I think this can be closed. I am using it without an issue.