Skip to content

Commit

Permalink
Add aws canned acl docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Apr 8, 2021
1 parent 132e8a3 commit 73899f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ Advanced client configuration options can be set by using the ``client`` attribu
=========================== ================
Name Description
=========================== ================
acl Allow the setting of a predefined bucket permissions also known as *canned ACL*. Permitted values are ``Private``, ``PublicRead``, ``PublicReadWrite``, ``AuthenticatedRead``, ``LogDeliveryWrite``, ``BucketOwnerRead``, ``BucketOwnerFullControl`` and ``AwsExecRead``. See `Amazon docs <https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl>`_ for details.
connectionTimeout The amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
endpoint The AWS S3 API entry point e.g. `s3-us-west-1.amazonaws.com`.
maxConnections The maximum number of allowed open HTTP connections.
Expand Down

0 comments on commit 73899f3

Please sign in to comment.