You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: _docs/CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# Changelog: 1.5.17
2
+
3
+
Launched Tuesday, November 13, 2012.
4
+
5
+
## Bug fixes and enhancements
6
+
***New:** Support for the new Asia Pacific (Sydney) Region has been added. Region endpoint constants have been added to several clients.
7
+
8
+
## Services
9
+
### AmazonDynamoDB
10
+
***New:** Support for ConsistentRead option on the BatchWriteItem operation has been added to the SDK.
11
+
***New:** Support for CRC32 checksums has been added to the SDK. Requests are automatically retried on the if there is a checksum mismatch on the response.
12
+
13
+
### AmazonElasticBeanstalk
14
+
***New:** Support for the TerminateEnvByForce option on the DeleteApplication operation has been added to the SDK.
15
+
16
+
### AmazonS3
17
+
***New:** Support for website page redirects has been added to the SDK.
18
+
***New:** Support for archiving data to Amazon Glacier has been added to the SDK.
19
+
20
+
----
21
+
1
22
# Changelog: 1.5.16.1 "Rhapsody"
2
23
The pre-cursor to Mac OS X, built from technology acquired from NeXT. <http://en.wikipedia.org/wiki/Rhapsody_(operating_system)>
Copy file name to clipboardExpand all lines: extensions/s3browserupload.class.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ class S3BrowserUpload extends AmazonS3
39
39
* <li><code>success_action_status</code> - <code>integer</code> - Optional - The status code for Amazon S3 to return upon successful upload.</li>
40
40
* <li><code>x-amz-server-side-encryption</code> - <code>string</code> - Optional - The server-side encryption mechanism to use. [Allowed values: <code>AES256</code>].</li>
41
41
* <li><code>x-amz-storage-class</code> - <code>string</code> - Optional - The storage setting to apply to the object. [Allowed values: <code>AmazonS3::STORAGE_STANDARD</code>, <code>AmazonS3::STORAGE_REDUCED</code>]. The default value is <code>AmazonS3::STORAGE_STANDARD</code>.</li>
42
+
* <li><code>x-amz-website-redirect-location</code> - <code>string</code> - Optional - The URI to send an HTTP 301 redirect to when accessing this object. Value must be prefixed either <code>/</code>, <code>http://</code> or <code>https://</code>.</li>
42
43
* <li><code>x-amz-meta-*</code> - <code>mixed</code> - Optional - Any custom meta tag that should be set to the object.</li>
43
44
* </ul>
44
45
* @return array An array of fields that can be converted into markup.
* Specify the queue URL for the Asia Pacific Southeast (Singapore) Region.
92
+
*/
93
+
constREGION_SYDNEY = self::REGION_APAC_SE2;
94
+
85
95
/**
86
96
* Specify the queue URL for the Asia Pacific Northeast (Tokyo) Region.
87
97
*/
@@ -304,7 +314,7 @@ public function __construct(array $options = array())
304
314
/**
305
315
* This allows you to explicitly sets the region for the service to use.
306
316
*
307
-
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_NE1>.
317
+
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_SE2>, <REGION_APAC_NE1>.
308
318
* @return $this A reference to the current instance.
309
319
*/
310
320
publicfunctionset_region($region)
@@ -577,6 +587,7 @@ public function binary_set($values)
577
587
* </ul></li>
578
588
* </ul></li>
579
589
* <li><code>AttributesToGet</code> - <code>string|array</code> - Optional - List of <code>Attribute</code> names. If attribute names are not specified then all attributes will be returned. If some attributes are not found, they will not appear in the result. Pass a string for a single value, or an indexed array for multiple values.</li>
590
+
* <li><code>ConsistentRead</code> - <code>boolean</code> - Optional - If set to <code>true</code>, then a consistent read is issued. Otherwise eventually-consistent is used.</li>
580
591
* </ul></li>
581
592
* </ul></li>
582
593
* <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
* Specify the queue URL for the Asia Pacific Southeast (Singapore) Region.
100
+
*/
101
+
constREGION_SYDNEY = self::REGION_APAC_SE2;
102
+
93
103
/**
94
104
* Specify the queue URL for the Asia Pacific Northeast (Tokyo) Region.
95
105
*/
@@ -191,7 +201,7 @@ public function __construct(array $options = array())
191
201
/**
192
202
* This allows you to explicitly sets the region for the service to use.
193
203
*
194
-
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_NE1>, <REGION_US_GOV1>, <REGION_SA_E1>.
204
+
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_SE2>, <REGION_APAC_NE1>, <REGION_US_GOV1>, <REGION_SA_E1>.
195
205
* @return $this A reference to the current instance.
* Specify the queue URL for the Asia Pacific Northeast (Tokyo) Region.
113
+
*/
114
+
constREGION_TOKYO = self::REGION_APAC_NE1;
115
+
98
116
/**
99
117
* Default service endpoint.
100
118
*/
@@ -132,7 +150,7 @@ public function __construct(array $options = array())
132
150
/**
133
151
* This allows you to explicitly sets the region for the service to use.
134
152
*
135
-
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_APAC_NE1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>.
153
+
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_SE2>, <REGION_APAC_NE1>.
136
154
* @return $this A reference to the current instance.
137
155
*/
138
156
publicfunctionset_region($region)
@@ -365,14 +383,16 @@ public function create_storage_location($opt = null)
365
383
}
366
384
367
385
/**
368
-
* Deletes the specified application along with all associated versions and configurations.
386
+
* Deletes the specified application along with all associated versions and configurations. The
387
+
* application versions will not be deleted from your Amazon S3 bucket.
369
388
*
370
389
* <p class="note">
371
390
* You cannot delete an application that has a running environment.
372
391
* </p>
373
392
*
374
393
* @param string $application_name (Required) The name of the application to delete.
375
394
* @param array $opt (Optional) An associative array of parameters that can have the following keys: <ul>
395
+
* <li><code>TerminateEnvByForce</code> - <code>boolean</code> - Optional - When set to true, running environments will be terminated before deleting the application.</li>
376
396
* <li><code>curlopts</code> - <code>array</code> - Optional - A set of values to pass directly into <code>curl_setopt()</code>, where the key is a pre-defined <code>CURLOPT_*</code> constant.</li>
377
397
* <li><code>returnCurlHandle</code> - <code>boolean</code> - Optional - A private toggle specifying that the cURL handle be returned rather than actually completing the request. This toggle is useful for manually managed batch requests.</li></ul>
378
398
* @return CFResponse A <CFResponse> object containing a parsed HTTP response.
* Specify the queue URL for the Asia Pacific Southeast (Singapore) Region.
91
+
*/
92
+
constREGION_SYDNEY = self::REGION_APAC_SE2;
93
+
84
94
/**
85
95
* Specify the queue URL for the Asia Pacific Northeast (Tokyo) Region.
86
96
*/
@@ -138,7 +148,7 @@ public function __construct(array $options = array())
138
148
/**
139
149
* This allows you to explicitly sets the region for the service to use.
140
150
*
141
-
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_NE1>, <REGION_SA_E1>.
151
+
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_SE2>, <REGION_APAC_NE1>, <REGION_SA_E1>.
142
152
* @return $this A reference to the current instance.
* Specify the queue URL for the Asia Pacific Southeast (Singapore) Region.
94
+
*/
95
+
constREGION_SYDNEY = self::REGION_APAC_SE2;
96
+
87
97
/**
88
98
* Specify the queue URL for the Asia Pacific Northeast (Tokyo) Region.
89
99
*/
@@ -141,7 +151,7 @@ public function __construct(array $options = array())
141
151
/**
142
152
* This allows you to explicitly sets the region for the service to use.
143
153
*
144
-
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_NE1>, <REGION_SA_E1>.
154
+
* @param string $region (Required) The region to explicitly set. Available options are <REGION_US_E1>, <REGION_US_W1>, <REGION_US_W2>, <REGION_EU_W1>, <REGION_APAC_SE1>, <REGION_APAC_SE2>, <REGION_APAC_NE1>, <REGION_SA_E1>.
145
155
* @return $this A reference to the current instance.
0 commit comments