From 339876236eeddaaf0a939b75d5f64da640b64331 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 2 May 2019 15:28:35 +0200 Subject: [PATCH] Add missing variable in documentation example --- attachment_swift/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attachment_swift/README.rst b/attachment_swift/README.rst index 6a3190d..edf3505 100644 --- a/attachment_swift/README.rst +++ b/attachment_swift/README.rst @@ -16,6 +16,7 @@ Configure accesses with environment variables: * ``SWIFT_TENANT_NAME`` * ``SWIFT_ACCOUNT`` * ``SWIFT_PASSWORD`` +* ``SWIFT_REGION_NAME`` : optional region * ``SWIFT_WRITE_CONTAINER`` : Name of the container to use in the store (created if not existing) Read-only mode: @@ -44,6 +45,7 @@ The python-swiftclient can be used from the command line, useful to test: export OS_USERNAME={SWIFT_ACCOUNT} export OS_PASSWORD={SWIFT_PASSWORD} export OS_TENANT_NAME={SWIFT_TENANT_NAME} + export SWIFT_REGION_NAME={SWIFT_REGION_NAME} export OS_AUTH_URL=https://auth.cloud.ovh.net/v2.0 swift stat