-
Notifications
You must be signed in to change notification settings - Fork 6.5k
storage: S3 SDK sample to list buckets #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Review the comments but do whatever seems consistent to you. Thanks.
|
||
.. code-block:: bash | ||
|
||
$ git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest you add the cd command after the clone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, should this tell the user to set the authentication environment variables?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I modified the example to pass in credentials using CLI parameter.
I looked at other samples and I didn't see cd ./../
when generating README's with templates. For consistency, I'm going to keep as is as it impacts other samples.
Thanks @engelke, I updated the PR with credentials necessary to test this sample. PTAL. |
Hi,
The PR adds a new sample to list GCS buckets using the S3 SDK in Python.