pitrou commented on pull request #10439:
URL: https://github.com/apache/arrow/pull/10439#issuecomment-1049927950


   @melikekahya Something like:
   ```python
       # `fs` is an S3 filesystem
       metadata = {'ACL': 'public-read'}
       with fs.open_output_stream('myfile.txt', metadata=metadata) as f:
           ...
   ```


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