]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
examples/rgw/boto3/README.md: update documentation for boto3 extension installation... 59508/head
authorrkhudov <rhudov@gmail.com>
Thu, 29 Aug 2024 13:09:33 +0000 (14:09 +0100)
committerrkhudov <rhudov@gmail.com>
Thu, 29 Aug 2024 13:17:13 +0000 (14:17 +0100)
Signed-off-by: rkhudov <rhudov@gmail.com>
examples/rgw/boto3/README.md

index dde9edf4f10d0bbbab3a4be4ae5bd7ff245e32c4..f1e2e378efa96e4e097f9a3cb6944b49a1e66a12 100644 (file)
@@ -3,7 +3,7 @@ This directory contains examples on how to use AWS CLI/boto3 to exercise the Rad
 This is an extension to the [AWS SDK](https://github.com/boto/botocore/blob/develop/botocore/data/s3/2006-03-01/service-2.json).
 
 # Users
-For the standard client to support these extensions, the: ``service-2.sdk-extras.json`` file should be placed under: ``~/.aws/models/s3/2006-03-01/`` directory.
+For the standard client to support these extensions, the ``service-2.sdk-extras.json`` file should be added. You can place it under the default folder ``~/.aws/models/s3/2006-03-01/`` or create a custom one ``/path/to/custom/folder/models/s3/2006-03-01/`` and add it to ``AWS_DATA_PATH`` environment variable.
 For more information see [here](https://github.com/boto/botocore/blob/develop/botocore/loaders.py#L33).
 ## Python
 The [boto3 client](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) could be used with the extensions, code samples exists in this directory.