Skip to content

Commit

Permalink
Renaming concepts to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Apr 28, 2015
1 parent c84973e commit faee3c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
26 changes: 16 additions & 10 deletions docs/configuration.rst
Expand Up @@ -130,16 +130,22 @@ Set to ``true`` to display debug information when sending requests.
Alternatively, you can provide an associative array with the following keys:

- logfn: (callable) Function that is invoked with log messages. By
default, PHP's ``echo`` function will be utilized.
- stream_size: (int) When the size of a stream is greater than this
number, the stream data will not be logged. Set to ``0`` to not log any
stream data.
- scrub_auth: (bool) Set to ``false`` to disable the scrubbing of auth data
from the logged messages (meaning your AWS Access Key ID and signature will
be passed through to the ``logfn``).
- http: (bool) Set to ``false`` to disable the "debug" feature of lower
level HTTP adapters (e.g., verbose curl output).
logfn (callable)
Function that is invoked with log messages. By default, PHP's ``echo``
function will be utilized.

stream_size (int)
When the size of a stream is greater than this number, the stream data will
not be logged. Set to ``0`` to not log any stream data.

scrub_auth (bool)
Set to ``false`` to disable the scrubbing of auth data from the logged
messages (meaning your AWS Access Key ID and signature will be passed
through to the ``logfn``).

http (bool)
Set to ``false`` to disable the "debug" feature of lower level HTTP
handlers (e.g., verbose curl output).

.. code-block:: php
Expand Down
6 changes: 3 additions & 3 deletions docs/concepts.rst → docs/glossary.rst
@@ -1,6 +1,6 @@
============
SDK Concepts
============
========
Glossary
========

SDK
The term "SDK" can refer to the AWS SDK for PHP library as a whole, but also
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -9,13 +9,13 @@ AWS SDK for PHP
installation
basic-usage

concepts
configuration
credentials
commands
waiters
paginators
faq
glossary

service-cloudfront
service-dynamodb
Expand Down Expand Up @@ -58,13 +58,13 @@ Getting Started
SDK Details
-----------

* :doc:`concepts`
* :doc:`configuration`
* :doc:`credentials`
* :doc:`paginators`
* :doc:`waiters`
* :doc:`commands`
* :doc:`faq`
* :doc:`concepts`
* `Contributing to the SDK <https://github.com/aws/aws-sdk-php/blob/master/CONTRIBUTING.md>`_
* `Guzzle Documentation <http://guzzlephp.org>`_

Expand Down

0 comments on commit faee3c8

Please sign in to comment.