Overview
Configure Object Storage information. (It must be configured for uploading and downloading of files, and the recovery can be done from NAVER Cloud Platform, Amazon S3 compatible API, Object Storage, or Archive Storage.)
Currently, DMS only supports MSSQL.
Request
Request parameters
| Parameter name | Required | Type | Restrictions | Description |
|---|---|---|---|---|
| objectStorageAccessKey | Yes | String | - S3 API compatible access key The authentication key can be created in the My Account > Manage account and security > Manage security > Manage access menu on the NAVER Cloud Platform console. |
|
| objectStorageSecretKey | Yes | String | - S3 API compatible secret key In NAVER Cloud Object Storage, you can view the secret key through View secret key next to the access key. |
|
| endpoint | Yes | String | - S3 API compatible endpoint You can view the request domain in the https://api.ncloud-docs.com/release-20260122/docs/storage-objectstorage-index page in the case of NAVER Cloud Object Storage. |
|
| bucketName | Yes | String | - Bucket name of Object Storage to be used in DMS A bucket is considered the same as Windows system's drive (C:), and is unique in the entire Object Storage. Create a bucket in NAVER Cloud's Object Storage console, and then enter the name. |
|
| responseFormatType | No | String | Define the format for receiving API execution results. You can select from 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>