setObjectStorageInfo
    • PDF

    setObjectStorageInfo

    • PDF

    Article Summary

    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

    ParameterRequiredTypeLimitationsDescription
    objectStorageAccessKeyYStringS3 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.
    objectStorageSecretKeyYStringS3 API compatible secret key.
    For NAVER Cloud Platform’s Object Storage, you can get a secret key, next to your access key.
    endpointYStringS3 API compatible endpoint.
    For NAVER Cloud Platform’s Object Storage, you can see the request domain in https://api.ncloud-docs.com/release-20240321/docs/en/storage-objectstorage-index .
    bucketNameYStringObject 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.
    responseFormatTypeNStringResponse 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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.