Skip to main content
Skip table of contents

S3 Adapter

The Designer provides means to access S3 file storage services, e.g. as a part of Amazon AWS or other implementation. S3 support is native and you do not need to install client tools or drivers. Also, your PAS system comes with a MinIO installation minio pre-installed that you can use out of the box.

Using the S3 Adapter, you can

Task

Adapter Operation

Documentation Reference

Remarks

Create buckets

  • createBucket

  • The name of the bucket must match the S3 naming rules.

Store and retrieve objects from and to a bucket

  • putObject

  • getObject

  • The bucket may be versioned or not.

  • The stored data may be provided directly or come from a file.

Copy objects between buckets

  • copyObject

  • Source and target bucket cannot be the same.

List buckets and objects

  • listBuckets

  • listObjects

Delete buckets and objects within buckets

  • deleteBucket

  • deleteObject

  • Buckets may be deleted recursively.

  • Objects can be deleted as well as object versions.

Get status information on buckets and objects

  • bucketStatus

  • objectStatus

To use the S3 adapter it is helpful if you are familiar with the concepts of S3.

Adding an S3 Adapter Operation to a Diagram

Expand the path to the S3 adapter in the service panel (Base Types/Bridge Base/Base Components/Add Ons/S3):

grafik-20250602-074759.png

You can drag out operations from the data model to any diagram:

The example shows how to add a S3 adapter operation to an BPMN execution diagram:

grafik-20250602-055644.png

Configuring the S3 Adapter Operation

Once an operation has been added to a diagram, it needs to be configured as a S3 adapter.

Select the newly added S3 adapter operation and switch to the Attributes panel:

grafik-20250602-130411.png

Attribute

Description

Allowed Values / Example

Name

The name of the S3 adapter operation.

putObject

Description

If provided, you can find a description of the operation in this field.

Is static

Indicates that the operation is static.

Click Add in the Extensions line to define the selected operation as to be an S3 adapter:

grafik-20250602-130440.png

Search for the S3 Adapter and select it from the list of available adapter extensions. Click Next:

grafik-20250612-073003.png

In the next window, you can configure the adapter. You have the following options:

grafik-20250612-073108.png

Alias: An S3 adapter is configured via its alias (see Aliases for more information).

Regarding the alias, you have two options:

  • Use the drop-down list to select an available alias.

  • Use the + to create a new alias.

If you create a new alias, you can configure it in the following dialog:

grafik-20250602-060037.png

Refer to S3 Adapter Reference for more information on the configuration options of this adapter.

Click Save to create the alias and add it to the extension.

Refer to Aliases for more information on how to create a new alias.

Save the adapter configuration. The Attributes panel now shows the added adapter extension.
If you want to remove an alias from an extension, select None from the drop-down list:

grafik-20250612-073205.png

S3Adapter_ProductExport_Example

Click here to download a simple example model that shows the usage of the S3 adapter in Scheer PAS Designer.

Related Content

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.