[
https://issues.apache.org/jira/browse/HDDS-1054?focusedWorklogId=305774&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-305774
]
ASF GitHub Bot logged work on HDDS-1054:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Sep/19 18:43
Start Date: 03/Sep/19 18:43
Worklog Time Spent: 10m
Work Description: bharatviswa504 commented on issue #1277: HDDS-1054.
List Multipart uploads in a bucket
URL: https://github.com/apache/hadoop/pull/1277#issuecomment-527587093
When i run the command I see below output, whereas it is not showing up
bucketName, keyMarker other fields.
bash-4.2$ aws s3api --endpoint http://s3g:9878 list-multipart-uploads
--bucket b1234 --prefix mpu
{
"Uploads": [
{
"Initiator": {
"DisplayName": "Not Supported",
"ID": "NOT-SUPPORTED"
},
"Initiated": "2019-09-03T18:39:35.916Z",
"UploadId":
"24eea7f4-52db-4a0f-978a-f06cb7a57657-102730037717565440",
"StorageClass": "STANDARD",
"Key": "mpukey",
"Owner": {
"DisplayName": "Not Supported",
"ID": "NOT-SUPPORTED"
}
},
{
"Initiator": {
"DisplayName": "Not Supported",
"ID": "NOT-SUPPORTED"
},
"Initiated": "2019-09-03T18:39:37.816Z",
"UploadId":
"81c0e5c2-db11-4b11-a5f7-81f48bdbfb04-102730037842083841",
"StorageClass": "STANDARD",
"Key": "mpukey1",
"Owner": {
"DisplayName": "Not Supported",
"ID": "NOT-SUPPORTED"
}
},
{
"Initiator": {
"DisplayName": "Not Supported",
"ID": "NOT-SUPPORTED"
},
"Initiated": "2019-09-03T18:39:39.259Z",
"UploadId":
"4aab75b8-1954-4e8a-a658-0d403bcbc42f-102730037936717826",
"StorageClass": "STANDARD",
"Key": "mpukey2",
"Owner": {
"DisplayName": "Not Supported",
"ID": "NOT-SUPPORTED"
}
}
]
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 305774)
Time Spent: 5.5h (was: 5h 20m)
> List Multipart uploads in a bucket
> ----------------------------------
>
> Key: HDDS-1054
> URL: https://issues.apache.org/jira/browse/HDDS-1054
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Bharat Viswanadham
> Assignee: Elek, Marton
> Priority: Blocker
> Labels: pull-request-available
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> This Jira is to implement in ozone to list of in-progress multipart uploads
> in a bucket.
> [https://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadListMPUpload.html]
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]