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
@@ -373,4 +394,4 @@ Two new exceptions added for getSession API. These exceptions have been added to
373
394
374
395
### Bug Fixes
375
396
-**Amazon S3**: Fixed an issue that occurs when required headers are not properly signed. This issue affects S3 in two regions: Frankfurt (eu-central-1) and China (cn-north-1). [#42](https://github.com/aws/aws-sdk-android/issues/42)
376
-
-**AWS Core Runtime Library**: Fixed an issue in Maven distribution where an incorrect version string is set in "User-Agent".
397
+
-**AWS Core Runtime Library**: Fixed an issue in Maven distribution where an incorrect version string is set in "User-Agent".
@@ -175,10 +175,10 @@ Amazon Cognito Identity allows you to authenticate users to access your AWS reso
175
175
176
176
To create a Identity Pool
177
177
178
-
1.Log into the [Cognito Console](https://console.aws.amazon.com/cognito/home) and click the Get Started button (or the New Identity Pool button if your account already has an identity pool).
179
-
2.Give your Identity Pool a unique name and either enable access to unauthenticated identities or follow the guides presented in the console to setup an authentication provider (Such as Amazon, Facebook, Google, Twitter, or be your own authentication provider). Then click create pool.
180
-
3.You will need to create a role associated with your Identity Pool. This role specifies the actions that users in the identity pool are allowed to make. By default the console provides you with a role that allows the synchronization of user data from Cognito Sync and recording user events using Amazon Mobile Analytics. For some example ways to allow other services, or to revoke the permission for these default services see the [Getting Started Guide](http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/getting-started-android.html) and navigate to the service you are interested in to see an example of how to create an appropriate role.
181
-
4.The Cognito console will then present you with a code snippet for getting AWS Credentials to your application. Keep this open as you may find it useful once you are ready to start coding with the SDK.
178
+
1.Log into the [Cognito Console](https://console.aws.amazon.com/cognito/home) and click the Get Started button (or the New Identity Pool button if your account already has an identity pool).
179
+
2.Give your Identity Pool a unique name and either enable access to unauthenticated identities or follow the guides presented in the console to setup an authentication provider (Such as Amazon, Facebook, Google, Twitter, or be your own authentication provider). Then click create pool.
180
+
3.You will need to create a role associated with your Identity Pool. This role specifies the actions that users in the identity pool are allowed to make. By default the console provides you with a role that allows the synchronization of user data from Cognito Sync and recording user events using Amazon Mobile Analytics. For some example ways to allow other services, or to revoke the permission for these default services see the [Getting Started Guide](http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/getting-started-android.html) and navigate to the service you are interested in to see an example of how to create an appropriate role.
181
+
4.The Cognito console will then present you with a code snippet for getting AWS Credentials to your application. Keep this open as you may find it useful once you are ready to start coding with the SDK.
182
182
183
183
### Depend on the AWS SDK for Android in your application
184
184
@@ -278,4 +278,4 @@ If you are using a Mac, you may run into issues when trying to compile, because
278
278
279
279
## To learn more about Android Development
280
280
281
-
For more information on Andorid development, see the Android developer site at: [developer.android.com](http://developer.android.com/index.html)
281
+
For more information on Andorid development, see the Android developer site at: [developer.android.com](http://developer.android.com/index.html)
Copy file name to clipboardExpand all lines: aws-android-sdk-cognito/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@
6
6
<artifactId>aws-android-sdk-cognito</artifactId>
7
7
<packaging>jar</packaging>
8
8
<name>AWS SDK for Android - Amazon Cognito Sync</name>
9
-
<version>2.4.1</version>
9
+
<version>2.4.2</version>
10
10
<description>The AWS Android SDK for Amazon Cognito Sync module holds the client classes that are used for communicating with Amazon Cognito Sync Service</description>
<name>AWS SDK for Android - Amazon Cognito Identity Provider</name>
9
-
<version>2.4.1</version>
9
+
<version>2.4.2</version>
10
10
<description>The AWS Android SDK for Amazon Cognito Identity Provider module holds the client classes that are used for communicating with Amazon Cognito Identity Provider Service</description>
0 commit comments