setObjectStorageInfo
- Print
- PDF
setObjectStorageInfo
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Sets Object Storage information, which must be set for file uploads and downloads, and can be restored from Ncloud or Amazon S3 compatible API Object Storage or Archive Storage).
Currently, DMS is supported only in MSSQL.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
objectStorageAccessKey | Y | String | S3 API compatible access key. For NAVER Cloud Platform’s Object Storage, go to My Page > Manage Account > Manage Auth Key in the portal to get an access key. | |
objectStorageSecretKey | Y | String | S3 API compatible secret key. For NAVER Cloud Platform’s Object Storage, you can get a secret key, next to your access key. | |
endpoint | Y | String | S3 API compatible endpoint. For NAVER Cloud Platform’s Object Storage, you can see the request domain in https://api.ncloud-docs.com/release-20241017/docs/en/storage-objectstorage-index . | |
bucketName | Y | String | Object Storage’s bucket name to use in DMS. A bucket is similar to a drive (C:) in Windows, and must be unique in Object Storage. Specify the name of a bucket, which you can create in NAVER Cloud Platform’s Object Storage console. | |
responseFormatType | N | String | Response format Select between xml and json . |
Examples
Request example
{CloudDB_API_URL}/setObjectStorageInfo?objectStorageAccessKey=1vC3VPgZ1X6e4nqSd0TK&objectStorageSecretKey=PGgM0dXAGOXlavgKVbXeqTpzWBLlqqRSgYA701K6&endpoint=https%3A%2F%2Fkr.objectstorage.ncloud.com&bucketName=kimmsobj
Response example
<setObjectStorageInfoResponse>
<requestId>899ef374-bea9-4806-9fef-fdd97e3fb7d6</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</setObjectStorageInfoResponse>
Was this article helpful?