kou commented on issue #41087: URL: https://github.com/apache/arrow/issues/41087#issuecomment-2073705356
Could you try this? ```python import pyarrow.fs filesystem = pyarrow.fs.S3FileSystem(role_arn="...") del filesystem pyarrow.fs.ensure_s3_finalized() ``` -- 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]
