docs
api
Object-based Storage(US3)
UpdateCORSRule

Update Cross-Domain Rules - UpdateCORSRule

Overview

Update Cross-Domain Rules

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is UpdateCORSRule.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
ProjectIdstringProject ID. If not filled in, the default project is used, and the sub-account must be filled in. Please refer to the GetProjectList interface.No
CORSIdstringCross-domain Rule IDYes
BucketNamestringBucket NameYes
AllowedOriginstringSpecify the allowed origins for cross-domain requests, use the wildcard (*) to allow cross-domain requests from all sources (multiple Origins are separated by ',').Yes
AllowedMethodstringSpecify the allowed cross-domain request methods. Supported method names are: GET, PUT, POST, DELETE, HEAD, OPTIONS (multiple Methods are separated by ',')Yes
AllowedHeaderstringSpecify allowed cross-domain request headers (multiple Headers separated by ',')No
ExposeHeaderstringSpecify the response headers that are allowed for user access from the application (multiple ExposeHeaders are separated by ',')No

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No

Example

Request Example

https://api.surfercloud.com/?Action=UpdateCORSRule
&CORSId=eaZpnzvl
&BucketName=asmygNHw
&Origin=qlxPKtxU
&Method=boErpzbh
&MaxAge=8
&Header=AbvrKqio
&ExposeHeader=EUHiIFWA
&ProjectId=IeZWoXuv

Response Example

{
  "Action": "UpdateCORSRuleResponse",
  "RetCode": 0
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved