summaryrefslogtreecommitdiff
path: root/saharaclient/api/data_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/api/data_sources.py')
-rw-r--r--saharaclient/api/data_sources.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/saharaclient/api/data_sources.py b/saharaclient/api/data_sources.py
index 93a1efb..ccfd39b 100644
--- a/saharaclient/api/data_sources.py
+++ b/saharaclient/api/data_sources.py
@@ -76,7 +76,9 @@ class DataSourceManagerV1(base.ResourceManager):
* url
* is_public
* is_protected
- * credentials - dict with `user` and `password` keyword arguments
+ * credentials - dict with the keys `user` and `password` for data
+ source in Swift, or with the keys `accesskey`, `secretkey`,
+ `endpoint`, `ssl`, and `bucket_in_path` for data source in S3
"""
if self.version >= 2: