I need to pull the last uploaded object to COS, but there seems to be no ideal API to do the same.
Asked
Active
Viewed 42 times
-2
-
1There is no question in this post. – dfundako Oct 25 '19 at 14:35
1 Answers
0
It seems that there is not possible to get the COS bucket uploaded items by SL API.
However you can try with boto3 library of python to get the COS bucket items, see the following documentation.

F.Ojeda
- 718
- 1
- 4
- 8
-
Your post does not answer the question. The API provided does not provide the functionality requested. – John Hanley Oct 25 '19 at 17:42