libunftp
libunftp copied to clipboard
Add full path to event message
Problem When an event like PUT happens, a message can be sent to Pub/Sub. This message contains a path, but the path is relative to the virtual root of that user. There are use cases where the full path is desired. This applies to all storage backends.
Solution Add a field that contains the entire path. Optionally (in case of GCS) add a URL to the object.