Skip to content

Commit bf2fc03

Browse files
authored
Merge branch 'latest' into W-16256706-MQ-Custom-Fallback-Region-Beta-hn
2 parents 40a5c44 + bade37f commit bf2fc03

359 files changed

Lines changed: 24350 additions & 180 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.DS_Store
22
*.vscode
33
.idea
4+
.codegenie

amazon-kinesis/1.0/modules/ROOT/pages/amazon-kinesis-connector-reference.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ Puts a data record into an Amazon Kinesis data stream.
221221

222222
Uses the Amazon Kinesis Client Library (KCL) to listen from a specified point in a stream.
223223

224+
NOTE: Due to varying batch sizes, checkpoints can occur in the incorrect sequence, potentially leading to transaction loss in certain cases. Set `maxConcurrency=1` to ensure transactions are processed sequentially.
225+
224226
=== Parameters
225227

226228
[%header%autowidth.spread]

amazon-s3/6.3/modules/ROOT/pages/amazon-s3-connector-config-topics.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Amazon S3 Connector 6.3 Additional Configuration - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector-config-topics.adoc
32

43

54
[[prereq]]

amazon-s3/6.3/modules/ROOT/pages/amazon-s3-connector-examples.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Amazon S3 Connector 6.3 Examples - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector-examples.adoc
32

43
The following example shows how to store an image from a URL in Amazon S3, and retrieve and display the image.
54

amazon-s3/6.3/modules/ROOT/pages/amazon-s3-connector-reference.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Amazon S3 Connector 6.3 Reference - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector-reference.adoc
32

43
Anypoint Connector for Amazon S3 (Amazon S3 Connector) provides connectivity to the Amazon S3 API, enabling you to interface with Amazon S3 to store objects, download and use data with other AWS services, and build applications that require internet storage.
54

amazon-s3/6.3/modules/ROOT/pages/amazon-s3-connector-studio.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Using Anypoint Studio to Configure Amazon S3 Connector 6.3 - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector-studio.adoc
32

43
Anypoint Studio (Studio) editors help you design and update your Mule applications, properties, and configuration files.
54

amazon-s3/6.3/modules/ROOT/pages/amazon-s3-connector-upgrade-migrate.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Upgrading and Migrating Amazon S3 Connector to Version 6.x - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector-upgrade-migrate.adoc
32

43
Upgrade Anypoint Connector for Amazon S3 (Amazon S3 Connector) to version 6.x.
54

amazon-s3/6.3/modules/ROOT/pages/amazon-s3-connector-xml-maven.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Amazon S3 Connector 6.3 XML and Maven Support - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector-xml-maven.adoc
32

43
Although you can manually code a Mule app in XML, it is more efficient to use Anypoint Studio:
54

amazon-s3/6.3/modules/ROOT/pages/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Amazon S3 Connector 6.3 - Mule 4
2-
:page-aliases: connectors::amazon/amazon-s3-connector.adoc
32

43

54
Anypoint Connector for Amazon S3 (Amazon S3 Connector) provides connectivity to the Amazon S3 API, enabling you to interface with Amazon S3 to store objects, download and use data with other AWS services, and build applications that require internet storage.

amazon-s3/7.0/antora.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: amazon-s3-connector
2+
version: '7.0'
3+
display_version: 7.0 (Mule 4)
4+
title: Amazon S3 Connector
5+
nav:
6+
- modules/ROOT/nav.adoc
7+
asciidoc:
8+
attributes:
9+
page-component-desc: Provides connectivity to the Amazon S3 API, enabling you to interface with Amazon S3 to store objects, download and use data with other AWS services, and build applications that require internet storage.
10+
page-connector-type: Connector
11+
page-connector-level: Select
12+
page-exchange-group-id: com.mulesoft.connectors
13+
page-exchange-asset-id: mule-amazon-s3-connector
14+
page-runtime-version: 4.3.0
15+
page-release-notes-page: release-notes::connector/amazon-s3-connector-release-notes-mule-4.adoc
16+
page-vendor-name: amazon
17+
page-vendor-title: Amazon
18+
page-service-name: Amazon S3
19+
page-connector-name: s3

0 commit comments

Comments
 (0)