embulk-output-azure_blob_storage 0.2.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c225d63d60d82944c69a20bcbada52bb4a2d93ae3a5ae70267c8e1751bae7af0
4
+ data.tar.gz: ee87a80babbf2ed6a2965a83d2bbeb0c3705d09b659e1d6840cbdeb0239314bf
5
+ SHA512:
6
+ metadata.gz: 6cbc89e0b0e500d4793f214d719f6f83bea6c5224cf8fc89dea61a77f0af988a7f95980b938dd9276fd2af723e8b7e2ad7d43972efdf259f8bb0196b54d857e0
7
+ data.tar.gz: 0f03fa86a0f429ffdfa1c54665827e7954958bbaea9cdb7b82d2de478f44fe745c8a2e6fa963e606efd6583ddc655560ba1bed3a851dc72395f79579de4a8273
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "azure_blob_storage", "org.embulk.output.azure_blob_storage.AzureBlobStorageFileOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-azure_blob_storage
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: java
6
+ authors:
7
+ - Satoshi Akama
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-03-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Dumps records to Microsoft Azure Blob Storage.
14
+ email:
15
+ - satoshiakama@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/azure-keyvault-core-1.2.4.jar
21
+ - classpath/azure-storage-8.6.6.jar
22
+ - classpath/embulk-output-azure_blob_storage-0.2.0.jar
23
+ - classpath/embulk-util-config-0.3.1.jar
24
+ - classpath/embulk-util-retryhelper-0.8.2.jar
25
+ - classpath/embulk-util-retryhelper-jetty92-0.8.2.jar
26
+ - classpath/jackson-annotations-2.6.7.jar
27
+ - classpath/jackson-core-2.6.7.jar
28
+ - classpath/jackson-databind-2.6.7.jar
29
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
30
+ - classpath/jetty-client-9.2.14.v20151106.jar
31
+ - classpath/jetty-http-9.2.14.v20151106.jar
32
+ - classpath/jetty-io-9.2.14.v20151106.jar
33
+ - classpath/jetty-util-9.2.14.v20151106.jar
34
+ - classpath/validation-api-1.1.0.Final.jar
35
+ - lib/embulk/output/azure_blob_storage.rb
36
+ homepage: https://github.com/embulk/embulk-output-azure_blob_storage
37
+ licenses:
38
+ - Apache-2.0
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.7.9
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Microsoft Azure Blob Storage file output plugin for Embulk
60
+ test_files: []