Skip to main content

Manage object/file

This document describes how to manage objects and files within a bucket in the Object Storage service.

View object list

You can view the list of existing objects in a bucket along with their basic information.

  1. Go to KakaoCloud Console > Beyond Storage Service > Object Storage.

  2. In the Standard bucket menu, select the bucket to view its object list.

  3. In the Object tab, check the listed objects.

    Object list

    FieldDescription
    NameFile name
    Last modifiedTimestamp of the last modification
      - If the file is overwritten, this reflects the latest upload time
    SizeFile size
    TypeObject type
    [More] iconSet metadata: Add or remove metadata
      Set object tag: Add or remove object tags
      Rename: Change the file name
      Object URL: Copy object URL to clipboard
      Copy: Copy file
      Move: Move file to another location
      Download: Download file
      Delete: Delete file

Search object

You can search for a specific object using filters based on object name or absolute path.
Only one filter can be applied at a time. The search filter persists across refresh, navigation, or back actions.

  1. Go to KakaoCloud Console > Beyond Storage Service > Object Storage.

  2. Select the target bucket in the Standard bucket menu.

  3. In the Object tab, use the Object filter to select either Object name or Absolute path, enter a prefix or path, and press Enter.

    FieldDescription
    Absolute pathFull path, independent of the user's current location
    Object nameName of the object to search
      - All objects with the prefix will be returned
    BackNavigate by user history, not folder hierarchy

Upload file

Files are stored in Object Storage in the form of objects (key-value structure) and included in buckets (containers for objects). To upload a file (object) to a bucket:

Create folder (optional)

If you want to organize files by folder, you can create a folder.

  1. Go to KakaoCloud Console > Beyond Storage Service > Object Storage.
  2. Select the bucket in the Standard bucket menu.
  3. In the Object tab, click the [Create folder] button.
  4. In the Create folder popup, enter the information and click [Create].

Upload file

You can upload files to a bucket.

- Maximum number of files per upload: 1,000
- Maximum size per file: 50 GB
- Maximum number of simultaneous transfers: 5
- Files over 100MB are uploaded using SLO multipart upload
- Resume upload is not supported
info

Incomplete or corrupted uploads can only be deleted.
Multipart uploaded objects do not support rename, copy, or move.

  1. Go to KakaoCloud Console > Beyond Storage Service > Object Storage.

  2. Select the bucket in the Standard bucket menu.

  3. In the Object tab, click the [Upload file] button.

  4. In the Upload file panel, click [Add file] or [Add folder], upload the object, and configure its settings.

  5. After uploading and configuring the object, click [Upload] and check the result.

    Upload file

    FieldDescriptionNote
    ① Add object[Add file] buttonUpload individual files
    [Add folder] buttonUpload a folder and all nested files
    ② Configure objectFileFile list to upload
    Metadata (optional)Click [Add metadata] to set object metadata.
     Refer to Set metadata
      - Type: Define type
        ㄴ System-defined: Informs system metadata
        ㄴ User-defined: Use custom key-value pairs
      - Key: Unique identifier
      - Value: Value for the selected key
    Object tag (optional)Key-value pair tags
      - Key: Tag key
      - Value: Tag value
    Overwrite optionsDefine behavior for duplicate objects
      - Skip: Skip duplicates
      - Overwrite: Replace duplicates
    Additional optionsAutomatically close upload panel after upload
caution

For objects over 100MB, tags cannot be added during upload. Please add tags after the upload is complete. (Set object tag)

More features

You can manage various object settings using the [More] icon.

  1. Go to KakaoCloud Console > Beyond Storage Service > Object Storage.
  2. Select the bucket containing the object in the Standard bucket menu.
  3. In the Object tab, find the object and click the [More] icon to perform the following actions:

Set metadata

Metadata is categorized into system-defined (providing information to Object Storage) and user-defined (custom data used for classification or processing).

  1. In the Object tab, click the [More] icon for the object > Set metadata.
  2. Enter the type, key, and value, then click Save.
FieldDescription
TypeSelect from system-defined or user-defined metadata types
- System-defined: Automatically set when uploading, key cannot be edited
- User-defined: Custom key-value pairs added by users
KeyUnique identifier

If type is system-defined:
- Content-Type: MIME type
- Content-Disposition: Content display behavior
- Content-Encoding: Encoding method
- Cache-Control: Caching policy
- Content-Language: Preferred language

If type is user-defined:
Key prefix varies by protocol:
- X-Object-Meta-{key_name} for Swift
- X-amz-Meta-{key_name} for S3
ValueValue associated with the selected key
[Trash] iconDelete this metadata item

Set object tag

Tags help categorize objects. Each tag consists of a key-value pair, with a maximum of 10 unique tags per object.

  1. In the Object tab, click the [More] icon for the object > Set object tag.
  2. Enter the key and value, then click Save.
FieldDescription
KeyUnique key for categorization (no duplicates, max 10)
ValueValue for the selected key
[Trash] iconDelete this tag

Rename

  1. In the Object tab, click the [More] icon > Rename.
  2. Modify the object name and click Save.

Copy object URL

You can view the public URL for each file in a public bucket.
URL structure: https://{region-name}.kakaocloud.com/v1/{project-ID}/{bucket-name}/{object-key}

  1. Click the [More] icon > Copy object URL.
  2. The URL is copied to your clipboard.

Copy

You can copy objects to a different bucket or path.

  1. Click the [More] icon > Copy.
  2. Select the destination bucket and path, then click Copy.

Copy availability by encryption settings

Source encryptionDestination encryptionAvailable
EnabledEnabledYes
EnabledDisabledYes
DisabledEnabledYes
DisabledDisabledYes

Move

You can move objects to another bucket.

  1. Click the [More] icon > Move.
  2. Select the destination bucket and path, then click Move.

Move availability by encryption settings

Source encryptionDestination encryptionAvailable
EnabledEnabledYes
EnabledDisabledYes
DisabledEnabledYes
DisabledDisabledYes

Download

  1. Click the [More] icon > Download.
  2. The object will be downloaded via your browser.

Delete object

  1. Click the [More] icon > Delete.
  2. Confirm the objects and click [Delete].
caution

Once deleted, objects cannot be recovered. Proceed with caution.

Check details of object

You can view detailed information of an object.

  1. Go to KakaoCloud Console > Beyond Storage Service > Object Storage.

  2. Select the relevant bucket in the Standard bucket menu.

  3. In the Object tab, click the object's link.

  4. On the Object details page, review the information.

    Object details

    SectionFieldDescription
    Object overviewNameObject file name
    TypeObject type
    Last modifiedLast modified timestamp
    SizeObject size
    URLObject URL
    Management overviewExpiry policyLifecycle policy name
    Expiry dateObject expiration date per lifecycle policy
      - Deletion occurs sequentially after expiration. Delays may happen but the object will be eventually deleted.
    MetadataMetadata information of the object
    Object tagsTag information of the object