You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,10 @@ To put data to a Spectra S3 appliance you have to do it inside of the context of
72
72
* For each chunk that can be processed, sent the object (this step can be done in parallel)
73
73
* Repeat getting the list of available chunks until all chunks have been processed
74
74
75
-
[An example of the above using the Python SDK for putting data](samples/puttingData.py)
75
+
[An example of the above using the Python SDK for putting data](samples/puttingData.py)
76
76
77
-
[An example of getting data with the Python SDK](samples/gettingData.py)
77
+
[An example of getting data with the Python SDK](samples/gettingData.py)
78
78
79
-
[An example of using getService and getBucket to list all accessible buckets and objects](samples/listAll.py)
79
+
[An example of using getService and getBucket to list all accessible buckets and objects](samples/listAll.py)
80
80
81
-
[An example of how give objects on the server a different name than what is on the filesystem, and how to delete objects by folder](samples/renaming.py)
81
+
[An example of how give objects on the server a different name than what is on the filesystem, and how to delete objects by folder](samples/renaming.py)
0 commit comments