mik-laj commented on a change in pull request #14033: URL: https://github.com/apache/airflow/pull/14033#discussion_r571322690
########## File path: docs/apache-airflow-providers-google/operators/cloud/gcs.rst ########## @@ -111,37 +118,79 @@ More information See Google Cloud Storage insert documentation to `create a ACL entry for ObjectAccess <https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls/insert>`_. -Reference ---------- - -For further information, look at: - -* `Client Library Documentation <https://googleapis.github.io/google-cloud-python/latest/storage/index.html>`__ -* `Product Documentation <https://cloud.google.com/storage/docs/>`__ .. _howto/operator:GCSDeleteBucketOperator: -Deleting Bucket -^^^^^^^^^^^^^^^ +GCSDeleteBucketOperator +----------------------- Deleting Bucket allows you to remove bucket object from the Google Cloud Storage. It is performed through the :class:`~airflow.providers.google.cloud.operators.gcs.GCSDeleteBucketOperator` operator. +Using the operator +"""""""""""""""""" + Review comment: ```suggestion ``` This section is not too long to be broken into smaller parts. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
