mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Switch to sqscreds param for passing in SQS credentials
This commit is contained in:
parent
fe56eaddf4
commit
9fe2ca58a0
7 changed files with 89 additions and 18 deletions
|
@ -89,9 +89,8 @@ type ClientConfig struct {
|
|||
// SQSQueueURL is the full URL of an AWS SQS Queue. A nonzero value indicates
|
||||
// that SQS queue will be used as the rendezvous method with the broker.
|
||||
SQSQueueURL string
|
||||
// Access Key ID and Secret Key of the credentials used to access the AWS SQS Qeueue
|
||||
SQSAccessKeyID string
|
||||
SQSSecretKey string
|
||||
// Base64 encoded string of the credentials containing access Key ID and secret key used to access the AWS SQS Qeueue
|
||||
SQSCredsStr string
|
||||
// FrontDomain is the full URL of an optional front domain that can be used with either
|
||||
// the AMP cache or HTTP domain fronting rendezvous method.
|
||||
FrontDomain string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue