bharatviswa504 edited a comment 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to