machina-tools-azure-storage

Integration between the Ionic Platform and Microsoft Azure Blob Storage to leverage the Azure Storage SDK with Ionic managed keys.

License

License

GroupId

GroupId

com.ionic.cloudstorage
ArtifactId

ArtifactId

machina-tools-azure-storage
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

machina-tools-azure-storage
Integration between the Ionic Platform and Microsoft Azure Blob Storage to leverage the Azure Storage SDK with Ionic managed keys.
Source Code Management

Source Code Management

https://github.com/IonicDev/ionic-for-azure-storage/tree/master

Download machina-tools-azure-storage

How to add to project

<!-- https://jarcasting.com/artifacts/com.ionic.cloudstorage/machina-tools-azure-storage/ -->
<dependency>
    <groupId>com.ionic.cloudstorage</groupId>
    <artifactId>machina-tools-azure-storage</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ionic.cloudstorage/machina-tools-azure-storage/
implementation 'com.ionic.cloudstorage:machina-tools-azure-storage:1.2.0'
// https://jarcasting.com/artifacts/com.ionic.cloudstorage/machina-tools-azure-storage/
implementation ("com.ionic.cloudstorage:machina-tools-azure-storage:1.2.0")
'com.ionic.cloudstorage:machina-tools-azure-storage:jar:1.2.0'
<dependency org="com.ionic.cloudstorage" name="machina-tools-azure-storage" rev="1.2.0">
  <artifact name="machina-tools-azure-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ionic.cloudstorage', module='machina-tools-azure-storage', version='1.2.0')
)
libraryDependencies += "com.ionic.cloudstorage" % "machina-tools-azure-storage" % "1.2.0"
[com.ionic.cloudstorage/machina-tools-azure-storage "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.ionic : ionic-sdk jar 2.9.0
org.glassfish : javax.json jar 1.1.4
com.microsoft.azure : azure-keyvault-cryptography jar 1.2.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.apache.logging.log4j : log4j-core jar 2.14.0
com.microsoft.azure : azure-storage jar 8.6.5

Project Modules

There are no modules declared in this project.

Machina Tools for Microsoft Azure Blob Storage

The Machina Tools for Microsoft Azure Blob Storage integration offers a simple way for developers building atop Microsoft's Azure Storage SDK for Java to invoke Ionic's protection and policy functionality as data moves to and from Azure Blob Storage. This addresses use cases such as migration from on-prem storage solutions, protecting data across multi-region or multi-cloud environments, applying granular cryptographic control, and more.

Requirements

Java 8 or later. Maven 3.0.0 or later.

Installation

This library can be installed to local maven cache with the command mvn install executed from the repository root.

Setup

Using the library requires an Azure Storage Account and an Ionic Enrollment. Consult the Setup Guide for details.

Documentation

An overview of the library can be found here as well as breakdown of the Sample Application. Hosted Javadocs are available at https://dev.ionic.com/sdk_docs/ionic_azure_sdk/java/version_1.1.0/index.html. Alternatively they can be generated locally with the command mvn javadoc:javadoc and accessed from 'target/site/apidocs/index.html'.

com.ionic.cloudstorage

Ionic

Versions

Version
1.2.0
1.1.0