This is an automated email from the ASF dual-hosted git repository.
suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 6c99fbea92 fix typo in s3 docs. add readme to s3 module. (#14135)
6c99fbea92 is described below
commit 6c99fbea921f07c1731d5e35148346deb290c565
Author: TSFenwick <[email protected]>
AuthorDate: Wed Apr 26 14:03:11 2023 -0700
fix typo in s3 docs. add readme to s3 module. (#14135)
* fix typo in s3 docs. add readme to s3 module.
* Update extensions-core/s3-extensions/README.md
Co-authored-by: 317brian <[email protected]>
* cleanup readme for s3 extension and link to repo markdown doc instead of
web docs
---------
Co-authored-by: 317brian <[email protected]>
---
docs/development/extensions-core/s3.md | 2 +-
extensions-core/s3-extensions/README.md | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/docs/development/extensions-core/s3.md
b/docs/development/extensions-core/s3.md
index e347952e20..35a17eea89 100644
--- a/docs/development/extensions-core/s3.md
+++ b/docs/development/extensions-core/s3.md
@@ -65,7 +65,7 @@ To use S3 for Deep Storage, you must supply [connection
information](#configurat
You can provide credentials to connect to S3 in a number of ways, whether for
[deep storage](#deep-storage) or as an [ingestion
source](#reading-data-from-s3).
-The configuration options are listed in order of precedence. For example, if
you would like to use profile information given in `~/.aws.credentials`, do not
set `druid.s3.accessKey` and `druid.s3.secretKey` in your Druid config file
because they would take precedence.
+The configuration options are listed in order of precedence. For example, if
you would like to use profile information given in `~/.aws/credentials`, do not
set `druid.s3.accessKey` and `druid.s3.secretKey` in your Druid config file
because they would take precedence.
|order|type|details|
|--------|-----------|-------|
diff --git a/extensions-core/s3-extensions/README.md
b/extensions-core/s3-extensions/README.md
new file mode 100644
index 0000000000..9adeaddaf0
--- /dev/null
+++ b/extensions-core/s3-extensions/README.md
@@ -0,0 +1,21 @@
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one
+ ~ or more contributor license agreements. See the NOTICE file
+ ~ distributed with this work for additional information
+ ~ regarding copyright ownership. The ASF licenses this file
+ ~ to you under the Apache License, Version 2.0 (the
+ ~ "License"); you may not use this file except in compliance
+ ~ with the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+
+This extension provides an integration between Druid and S3. For more details
read
+the S3 extension docs [here](../../docs/development/extensions-core/s3.md).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]