tencent cloud

Cloud Object Storage

Setting Custom Headers

PDF
Focus Mode
Font Size
Last updated: 2024-01-23 17:15:08

Overview

This document describes how to include custom headers in a request using the SDK.

SDK API Reference

For the parameters and method descriptions of all the APIs in the SDK, please see SDK API Reference.

Description

COS allows object upload requests to include custom headers that specify user-defined metadata. These headers start with x-cos-meta-, end with a custom suffix, and are saved as part of the object metadata.
If you have activated the Tencent Cloud CI service, you can specify the Pic-Operations header to enable automatic image processing. For detailed API instructions, see Persistence Processing.

Sample code

Objective-C
request.customHeaders[@"custom-key"] = @"custom-value";
Note:
For the complete sample, go to GitHub.
Swift
request.customHeaders["custom-key"] = "custom-value";
Note:
For the complete sample, go to GitHub.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback