Commits


Antoine Pitrou authored and David Li committed c5af5ddddff
ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata 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 Closes #10439 from pitrou/ARROW-12719-s3-acl Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: David Li <li.davidm96@gmail.com>