Open theacodes opened 8 years ago
Sure, I don't see why not.
Do you happen to know where this sample is used in the docs?
It's not used in the docs.
Hmm, what is it used for?
It's just an example for customers to see how to generate signed URLs.
Gotcha. So, gcloud-python can now do this for you. Do we still need this repo or can we move it to googlearchive?
The purpose of the demo is to show how to generate the URLs programmatically, not as a tool for generating them on the command line. I don't think the code in gcloud is easily extractable and re-usable.
gcloud-python
is the client library for Google Cloud APIs, not the command line tool (though I completely understand the confusion).
Ah, I see. In that case, I think we can archive this repo. However, we should make sure a generate_signed_url example is in our docs.
Fair enough. I'll make a doc issue for that and I'll deprecate this once that's done.
Is there any reason why this shouldn't be consolidated into GoogleCloudPlatform/python-docs-samples?