embulk-input-azure_blob_storage 0.3.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 11b9e7ac99c1d9250861209cbc94109590742dc537fce1a6c9999549be5b8900
4
+ data.tar.gz: 7fb894537f32a61dab29d9a616552512a210b2485c18aa0994c228aac9d93928
5
+ SHA512:
6
+ metadata.gz: 3c911c82fc6bf3eceda5980d1812344b10c4ca45006b76bdd38c2bd8487c33743e329cc0aeb388408beaf023172a717aa58f63a8c39d5ce1653457385c683224
7
+ data.tar.gz: 29814b33607d6afb1d3caf3ebf10e2ab58b15478d4e52e16a15f386f6b8887d385f4e2e6edc8183a38f6ba7cc60fc38972df24be1cda2a589d5f04df1e4e14bb
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "azure_blob_storage", "org.embulk.input.azure_blob_storage.AzureBlobStorageFileInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-azure_blob_storage
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.1
5
+ platform: java
6
+ authors:
7
+ - Satoshi Akama
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An Embulk plugin to loads records from 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/commons-lang3-3.4.jar
23
+ - classpath/embulk-input-azure_blob_storage-0.3.1.jar
24
+ - classpath/embulk-util-config-0.3.1.jar
25
+ - classpath/embulk-util-file-0.1.3.jar
26
+ - classpath/embulk-util-retryhelper-0.8.2.jar
27
+ - classpath/embulk-util-retryhelper-jetty92-0.8.2.jar
28
+ - classpath/guava-18.0.jar
29
+ - classpath/jackson-annotations-2.6.7.jar
30
+ - classpath/jackson-core-2.6.7.jar
31
+ - classpath/jackson-databind-2.6.7.jar
32
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
33
+ - classpath/jetty-client-9.2.14.v20151106.jar
34
+ - classpath/jetty-http-9.2.14.v20151106.jar
35
+ - classpath/jetty-io-9.2.14.v20151106.jar
36
+ - classpath/jetty-util-9.2.14.v20151106.jar
37
+ - classpath/validation-api-1.1.0.Final.jar
38
+ - lib/embulk/input/azure_blob_storage.rb
39
+ homepage: https://github.com/embulk/embulk-input-azure_blob_storage
40
+ licenses:
41
+ - Apache-2.0
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.7.9
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: Azure Blob Storage input plugin for Embulk
63
+ test_files: []