packageSettings: Get or set the package settings

Description Usage Arguments Value Examples

Description

Get or set the package settings

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

x

the value to be set. For the timeout setting, the unit is seconds.

Value

Setter: The old value Getter: The current value

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Set the timeout to 10 seconds
aws_set_network_timeout(10)
## Get the timeout setting
aws_get_network_timeout()

## Turn off print on error
aws_set_print_on_error(FALSE)

## Set the retry times to 5
aws_set_retry_time(5)

aws.ecx documentation built on Jan. 27, 2022, 1:10 a.m.