Abacn commented on code in PR #29485:
URL: https://github.com/apache/beam/pull/29485#discussion_r1399780623


##########
sdks/python/apache_beam/io/fileio.py:
##########
@@ -739,7 +739,8 @@ def _check_orphaned_files(self, writer_key):
 
       if len(orphaned_files) > 0:
         _LOGGER.info(
-            'Some files may be left orphaned in the temporary folder: %s',
+            'Some files may be left orphaned in the temporary folder: %s. '
+            'This may be a result of insufficient IAM permissions.',

Review Comment:
   FileIO does not have implication about underlying file system, i.e., the gcs 
specific "IAM" phrase should be in gcsfilesystem/gcsio



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to