Merge "Update url" into stable/yoga

This commit is contained in:
Zuul
2023-05-04 23:03:44 +00:00
committed by Gerrit Code Review
4 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ For Client Apps
--------------- ---------------
For client applications, official Python language bindings are provided For client applications, official Python language bindings are provided
at https://github.com/openstack/python-swiftclient. at https://opendev.org/openstack/python-swiftclient.
Complete API documentation at Complete API documentation at
https://docs.openstack.org/api-ref/object-store/ https://docs.openstack.org/api-ref/object-store/

View File

@@ -231,7 +231,7 @@ client applications. A perfect example use-case for user metadata is
object it uploads to implement its ``--changed`` option which will only object it uploads to implement its ``--changed`` option which will only
upload files that have changed since the last upload. upload files that have changed since the last upload.
.. _python-swiftclient: https://github.com/openstack/python-swiftclient .. _python-swiftclient: https://opendev.org/openstack/python-swiftclient
New middleware should avoid storing metadata within the User Metadata New middleware should avoid storing metadata within the User Metadata
namespace to avoid potential conflict with existing user metadata when namespace to avoid potential conflict with existing user metadata when

View File

@@ -287,7 +287,7 @@ Getting the code
#. Check out the python-swiftclient repo:: #. Check out the python-swiftclient repo::
cd $HOME; git clone https://github.com/openstack/python-swiftclient.git cd $HOME; git clone https://opendev.org/openstack/python-swiftclient.git
#. Build a development installation of python-swiftclient:: #. Build a development installation of python-swiftclient::

View File

@@ -36,7 +36,7 @@ CLI client and SDK library
There are many clients in the :ref:`ecosystem <application-bindings>`. The official CLI There are many clients in the :ref:`ecosystem <application-bindings>`. The official CLI
and SDK is python-swiftclient. and SDK is python-swiftclient.
* `Source code <https://github.com/openstack/python-swiftclient>`_ * `Source code <https://opendev.org/openstack/python-swiftclient>`_
* `Python Package Index <https://pypi.org/project/python-swiftclient>`_ * `Python Package Index <https://pypi.org/project/python-swiftclient>`_
---------- ----------