@@ -9,57 +9,57 @@ class AWS extends S3
99 /**
1010 * AWS Regions constants
1111 */
12- const US_EAST_1 = 'us-east-1 ' ;
12+ public const US_EAST_1 = 'us-east-1 ' ;
1313
14- const US_EAST_2 = 'us-east-2 ' ;
14+ public const US_EAST_2 = 'us-east-2 ' ;
1515
16- const US_WEST_1 = 'us-west-1 ' ;
16+ public const US_WEST_1 = 'us-west-1 ' ;
1717
18- const US_WEST_2 = 'us-west-2 ' ;
18+ public const US_WEST_2 = 'us-west-2 ' ;
1919
20- const AF_SOUTH_1 = 'af-south-1 ' ;
20+ public const AF_SOUTH_1 = 'af-south-1 ' ;
2121
22- const AP_EAST_1 = 'ap-east-1 ' ;
22+ public const AP_EAST_1 = 'ap-east-1 ' ;
2323
24- const AP_SOUTH_1 = 'ap-south-1 ' ;
24+ public const AP_SOUTH_1 = 'ap-south-1 ' ;
2525
26- const AP_NORTHEAST_3 = 'ap-northeast-3 ' ;
26+ public const AP_NORTHEAST_3 = 'ap-northeast-3 ' ;
2727
28- const AP_NORTHEAST_2 = 'ap-northeast-2 ' ;
28+ public const AP_NORTHEAST_2 = 'ap-northeast-2 ' ;
2929
30- const AP_NORTHEAST_1 = 'ap-northeast-1 ' ;
30+ public const AP_NORTHEAST_1 = 'ap-northeast-1 ' ;
3131
32- const AP_SOUTHEAST_1 = 'ap-southeast-1 ' ;
32+ public const AP_SOUTHEAST_1 = 'ap-southeast-1 ' ;
3333
34- const AP_SOUTHEAST_2 = 'ap-southeast-2 ' ;
34+ public const AP_SOUTHEAST_2 = 'ap-southeast-2 ' ;
3535
36- const CA_CENTRAL_1 = 'ca-central-1 ' ;
36+ public const CA_CENTRAL_1 = 'ca-central-1 ' ;
3737
38- const EU_CENTRAL_1 = 'eu-central-1 ' ;
38+ public const EU_CENTRAL_1 = 'eu-central-1 ' ;
3939
40- const EU_WEST_1 = 'eu-west-1 ' ;
40+ public const EU_WEST_1 = 'eu-west-1 ' ;
4141
42- const EU_SOUTH_1 = 'eu-south-1 ' ;
42+ public const EU_SOUTH_1 = 'eu-south-1 ' ;
4343
44- const EU_WEST_2 = 'eu-west-2 ' ;
44+ public const EU_WEST_2 = 'eu-west-2 ' ;
4545
46- const EU_WEST_3 = 'eu-west-3 ' ;
46+ public const EU_WEST_3 = 'eu-west-3 ' ;
4747
48- const EU_NORTH_1 = 'eu-north-1 ' ;
48+ public const EU_NORTH_1 = 'eu-north-1 ' ;
4949
50- const SA_EAST_1 = 'eu-north-1 ' ;
50+ public const SA_EAST_1 = 'eu-north-1 ' ;
5151
52- const CN_NORTH_1 = 'cn-north-1 ' ;
52+ public const CN_NORTH_1 = 'cn-north-1 ' ;
5353
54- const CN_NORTH_4 = 'cn-north-4 ' ;
54+ public const CN_NORTH_4 = 'cn-north-4 ' ;
5555
56- const CN_NORTHWEST_1 = 'cn-northwest-1 ' ;
56+ public const CN_NORTHWEST_1 = 'cn-northwest-1 ' ;
5757
58- const ME_SOUTH_1 = 'me-south-1 ' ;
58+ public const ME_SOUTH_1 = 'me-south-1 ' ;
5959
60- const US_GOV_EAST_1 = 'us-gov-east-1 ' ;
60+ public const US_GOV_EAST_1 = 'us-gov-east-1 ' ;
6161
62- const US_GOV_WEST_1 = 'us-gov-west-1 ' ;
62+ public const US_GOV_WEST_1 = 'us-gov-west-1 ' ;
6363
6464 /**
6565 * S3 Constructor
0 commit comments