Specifies the number of handlers used to sync the bucket
10
region
Identifies the AWS region in which the bucket is located.
eu-west-1
requesttimeout
Specifies how long until the request fetching the image will wait before timeout.
2m (2 minutes)
Steamcmd
steam://<username>:<password>@install/<appid>/
Authentication
Username = Steam username (can be 'anonymous')Password = Steam password (can be blank if user is 'anonymous')Steam Guard Code = Refer to Optional query parameters for
convar @sSteamCmdForcePlatformType - Valid options are windows, linux, and macos.
The Platform Type of your buildbox. Often there a misconfiguration of your steam repo if: Your buildbox matches the expected Platform And, you are still forcing this option. In this case check your app is correctly assigned to your depot.
platformbitness
convar @sSteamCmdForcePlatformBitness - Valid options are 32 and 64.
The Platform Bitness of your buildbox. (generally 64 bit nowadays)
guardcode
Steam guard code passed to the login command
N/a
beta
beta passed to the app_update command -beta parameter
N/a
betapassword
password passed to the app_update command -betapassword parameter
N/a
appmod
mod passed to the app_set_config command mod parameter
Specifies the number of handlers used to sync the bucket.
10
region
Identifies the Tencent Cloud region in which the bucket is located.
ap-shanghai
requesttimeout
The timeout that the request will use.
2m (Two Minutes)
URL encoding caveats
You should URL-encode username and password credentials if they contain any special characters before encoding complete URLs (with the encoded credentials) separately; this is the same for every available URL type and must be done when making an API call with the URL parameter. Encoding does not need to be done when using the Clanforge WebPanel.
AWS S3 URL encoding example
The following example explains how you would use the AWS S3 URL parameter with your Image Create Update API call and perform encoding.For example, you might have the following S3 URL:
s3://my%user:my%password\@bucket/key
. Here, the username is
my%user
and the password is
my%password
.After URL encoding the credentails user becomes
my%25user
and password becomes
my%25password
.
Build the S3 URL with the encoded credentials as follows:
s3://my%25user:my%25password@bucket/key
.
Encode the entire URL (including the pre-encoded credentials) before using the bucket URL in an API request. After encoding, the entire bucket URL is