@@ -64,22 +64,22 @@ Replace `your_access_key_id` and `your_secret_access_key` with the keys created
6464### Build the Project
6565To build and install the Ionic S3 sdk ` mvn install `
6666
67- To build the IonicS3SampleApp from /awss3examples ` mvn package `
67+ To build the IonicS3SampleApp from ./examples ` mvn package `
6868
6969### Usage
7070
7171#### Sample App
7272
73- After the build, a fat JAR of the sample app is produced at ` awss3examples /target/IonicS3SampleApp.jar` .
73+ After the build, a fat JAR of the sample app is produced at ` ./examples /target/IonicS3SampleApp.jar` .
7474
7575Ensure that your Ionic device credentials can be located at ` ${user.home}/.ionicsecurity/profiles.pt ` .
7676
7777The user can run the program from /awss3examples with either "put" or "get" commands with usage as follows:
7878* ` ./run.sh putString <bucketName> <objectKey> <objectContent> [<metadata>] `
7979* ` ./run.sh putFile <bucketName> <objectKey> <filePath> [<metadata>] `
8080* ` ./run.sh putMultipart <bucketName> <objectKey> <file> <partsize_mb> [<metadata>] `
81- * ` ./run.sh getFile [-m] <bucketName> <objectKey> <destinationPath> `
82- * ` ./run.sh getString [-m] <bucketName> <objectKey> `
81+ * ` ./run.sh getFile <bucketName> <objectKey> <destinationPath> `
82+ * ` ./run.sh getString <bucketName> <objectKey> `
8383Windows users should use ./run.bat instead
8484
8585Note: S3SampleApp does not protect against invalid entry of AWS S3 bucket names or Object Keys
@@ -90,6 +90,6 @@ Note: S3SampleApp does not protect against invalid entry of AWS S3 bucket names
9090
9191#### Using the Library
9292
93- Using the library as a developer is documented in the ` docs/content/ ` directories .
94- The JAR for use here is produced in ` ionics3 /target/` , such as ` ionics3 /target/ionics3-0.7.2 .jar` .
93+ Developer documentation for this library can be found at https://dev.ionic.com/integrations/aws-s3 .
94+ The JAR for use here is produced in ` . /target/` , such as ` . /target/ionic-for-aws-java-sdk-s3-1.0.0 .jar` .
9595This JAR is thin, and needs the Ionic SDK and the AWS SDKs available during builds that use it.
0 commit comments