[BUCKET_NAME]/[FOLDER]/
|
Name of the bucket / folder whose in-progress multipart uploads are to be listed. Uploads will be listed with name and upload ID.
|
lsupl mybucket (list all in-progress multipart uploads in bucket mybucket)
lsupl mybucket/subfolder/ (list all in-progress multipart uploads in bucket mybucket, subfolder subfolder)
|
-s
|
Include all uploads, also in subfolders.
|
lsupl mybucket -s (list all in-progress multipart uploads in bucket mybucket, including in subfolders)
|