Solved! Go to Solution.
Hi @vitaly_il,
The documentation gcloud storage buckets notification create uses the example: photos/ as the value for the --object-prefix to filter the object they want to affect. If you want it to work for the blah folder then try changing your value to blah/.
Try experimenting by taking a look at URI Wildcards. gcloud storage and gsutil supports the use of URI wildcards for files, buckets, and objects.
If the above options don't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!
Hi @vitaly_il,
The documentation gcloud storage buckets notification create uses the example: photos/ as the value for the --object-prefix to filter the object they want to affect. If you want it to work for the blah folder then try changing your value to blah/.
Try experimenting by taking a look at URI Wildcards. gcloud storage and gsutil supports the use of URI wildcards for files, buckets, and objects.
If the above options don't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!
>Try experimenting by taking a look at URI Wildcards
I tried, but as far as I see, wildcards don't work for 'object-prefix'.
Thank you, I'll try to contact Google support.