Skip to content

Commit 252cce9

Browse files
author
ionapatterson
authored
IDTS for AWS S3 v1.0.0 (#6)
1 parent d5cbc62 commit 252cce9

34 files changed

+2327
-1904
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ Replace `your_access_key_id` and `your_secret_access_key` with the keys created
6464
### Build the Project
6565
To 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

7575
Ensure that your Ionic device credentials can be located at `${user.home}/.ionicsecurity/profiles.pt`.
7676

7777
The 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>`
8383
Windows users should use ./run.bat instead
8484

8585
Note: 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`.
9595
This JAR is thin, and needs the Ionic SDK and the AWS SDKs available during builds that use it.

awss3examples/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

awss3examples/pom.xml

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)