ObjectStorage Object List
- Print
- PDF
ObjectStorage Object List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Summary
Search the ObjectStorage object list.
Request
API URL
GET {SOURCEDEPLOY_API_URL}/objectstorage/bucket/{bucketName}
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
bucketName | string | Bucket name | Search objectStorageBucketList |
Request query
None
Request body
None
Response
Response body
{
"objectList": [
{
"key": "string",
"size": "number"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
objectList.key | string | objectStorage object name | |
objectList.size | number | objectStorage object file size |
Was this article helpful?