Fix broken swift ref links
This is to fix some broken swift api ref links. Change-Id: I05ea3c457c5576d021f6993eee9d46dd7db40f51
This commit is contained in:
parent
c536175d8d
commit
b15803a600
@ -34,7 +34,7 @@ class AccountClient(rest_client.RestClient):
|
||||
Account Metadata can be created, updated or deleted based on
|
||||
metadata header or value. For detailed info, please refer to the
|
||||
official API reference:
|
||||
http://developer.openstack.org/api-ref/object-storage/?expanded=create-update-or-delete-account-metadata-detail
|
||||
https://developer.openstack.org/api-ref/object-store/#create-update-or-delete-account-metadata
|
||||
"""
|
||||
headers = {}
|
||||
if create_update_metadata:
|
||||
|
@ -97,7 +97,7 @@ class ContainerClient(rest_client.RestClient):
|
||||
|
||||
For a full list of available parameters, please refer to the official
|
||||
API reference:
|
||||
https://developer.openstack.org/api-ref/object-storage/?expanded=show-container-details-and-list-objects-detail
|
||||
https://developer.openstack.org/api-ref/object-store/#show-container-details-and-list-objects
|
||||
"""
|
||||
|
||||
url = str(container_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user