GoogleCloudPlatform / GoogleCloudPlatform/gsutil
Does gsutil support custom plugin
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
I have a use case when user uploads files using gsutil to a particular bucket ``` gsutil cp -r directory gs://bucket/path ```, i would like it to send an additional http post information to a third party website once the upload is completed. This is to trigger the subsequent job. Is it better to write a plugin instead of forking gsutil and customize the code directly? Any guideline to write gsutil plugin?
Contributor guide
Research direction
Start by reviewing the gsutil plugin and extension guidance, if any, and the upload flow for `gsutil cp -r directory gs://bucket/path`. Determine whether a plugin can send an HTTP POST after completion or whether the request is asking for new plugin support; done means documenting the supported approach and guidelines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100