You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/02 15:16:16 UTC

[GitHub] [arrow] pitrou opened a new pull request #10439: ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata

pitrou opened a new pull request #10439:
URL: https://github.com/apache/arrow/pull/10439


   This allows users to specify access rights when creating a file with the S3 filesystem.
   
   Canned ACL values are described in https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl


-- 
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:
users@infra.apache.org



[GitHub] [arrow] melikekahya commented on pull request #10439: ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata

Posted by GitBox <gi...@apache.org>.
melikekahya commented on pull request #10439:
URL: https://github.com/apache/arrow/pull/10439#issuecomment-1049658744


   Hi, can you share an example for Python? 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #10439: ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #10439:
URL: https://github.com/apache/arrow/pull/10439#issuecomment-1049841694


   @melikekahya you can follow https://github.com/apache/arrow-cookbook/issues/156


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] lidavidm closed pull request #10439: ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata

Posted by GitBox <gi...@apache.org>.
lidavidm closed pull request #10439:
URL: https://github.com/apache/arrow/pull/10439


   


-- 
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:
users@infra.apache.org



[GitHub] [arrow] pitrou commented on pull request #10439: ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata

Posted by GitBox <gi...@apache.org>.
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10439: ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10439:
URL: https://github.com/apache/arrow/pull/10439#issuecomment-853123095


   https://issues.apache.org/jira/browse/ARROW-12719


-- 
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:
users@infra.apache.org