summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/out_azure_blob
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/CMakeLists.txt (renamed from fluent-bit/plugins/out_azure_blob/CMakeLists.txt)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob.c (renamed from fluent-bit/plugins/out_azure_blob/azure_blob.c)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob.h (renamed from fluent-bit/plugins/out_azure_blob/azure_blob.h)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.c (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.c)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.h (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.h)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.c (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.c)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.h (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.h)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_conf.c (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_conf.c)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_conf.h (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_conf.h)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_http.c (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_http.c)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_http.h (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_http.h)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_uri.c (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_uri.c)0
-rw-r--r--src/fluent-bit/plugins/out_azure_blob/azure_blob_uri.h (renamed from fluent-bit/plugins/out_azure_blob/azure_blob_uri.h)0
13 files changed, 0 insertions, 0 deletions
diff --git a/fluent-bit/plugins/out_azure_blob/CMakeLists.txt b/src/fluent-bit/plugins/out_azure_blob/CMakeLists.txt
index 3624480e6..3624480e6 100644
--- a/fluent-bit/plugins/out_azure_blob/CMakeLists.txt
+++ b/src/fluent-bit/plugins/out_azure_blob/CMakeLists.txt
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob.c b/src/fluent-bit/plugins/out_azure_blob/azure_blob.c
index 3f539826d..3f539826d 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob.c
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob.c
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob.h b/src/fluent-bit/plugins/out_azure_blob/azure_blob.h
index 5cf8a2927..5cf8a2927 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob.h
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob.h
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.c b/src/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.c
index 2d9a82171..2d9a82171 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.c
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.c
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.h b/src/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.h
index 9ab103b0f..9ab103b0f 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.h
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_appendblob.h
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.c b/src/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.c
index a9b0e4a28..a9b0e4a28 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.c
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.c
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.h b/src/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.h
index ee210d138..ee210d138 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.h
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_blockblob.h
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_conf.c b/src/fluent-bit/plugins/out_azure_blob/azure_blob_conf.c
index 4437a6d2d..4437a6d2d 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_conf.c
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_conf.c
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_conf.h b/src/fluent-bit/plugins/out_azure_blob/azure_blob_conf.h
index 32a85c678..32a85c678 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_conf.h
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_conf.h
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_http.c b/src/fluent-bit/plugins/out_azure_blob/azure_blob_http.c
index 5ac81a9a1..5ac81a9a1 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_http.c
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_http.c
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_http.h b/src/fluent-bit/plugins/out_azure_blob/azure_blob_http.h
index 04f7cfd98..04f7cfd98 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_http.h
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_http.h
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_uri.c b/src/fluent-bit/plugins/out_azure_blob/azure_blob_uri.c
index c7a05e286..c7a05e286 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_uri.c
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_uri.c
diff --git a/fluent-bit/plugins/out_azure_blob/azure_blob_uri.h b/src/fluent-bit/plugins/out_azure_blob/azure_blob_uri.h
index ffeed7636..ffeed7636 100644
--- a/fluent-bit/plugins/out_azure_blob/azure_blob_uri.h
+++ b/src/fluent-bit/plugins/out_azure_blob/azure_blob_uri.h