Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0

With the S3 adapter, you can create, delete and list buckets of an S3 endpoint, and retrieve contents and status information of a bucket.

Table of Contents
maxLevel1

Creating a Bucket

Using the createBucket operation of the S3 adapter, you can create a new bucket to the S3 endpoint.

Multiexcerpt include
MultiExcerptNamecreateBucket
PageWithExcerptS3
shouldDisplayInlineCommentsInIncludesfalse

Info

We recommend to prefix bucket name with the PAS client code (e.g. pas-test ) because multiple PAS clients may use the same S3 installation.

Listing all Available Buckets

Using the listBuckets operation of the S3 adapter, you can get a list of all buckets that are available from the S3 endpoint.

Multiexcerpt include
MultiExcerptNamelistBuckets
PageWithExcerptS3
shouldDisplayInlineCommentsInIncludesfalse

Deleting a Bucket

Using the deleteBucket operation of the S3 adapter on a bucket, you can delete a bucket from your S3 endpoint. In case the bucket is not empty, you need to set deleteRecursively to true to remove the bucket and all of its contents - otherwise you will get an exception.

Multiexcerpt include
MultiExcerptNamedeleteBucket
PageWithExcerptS3
shouldDisplayInlineCommentsInIncludesfalse

Reading the Contents of a Bucket

Using the listObjects operation of the S3 adapter, you can get a list of all objects that are contained in the given bucket.

Multiexcerpt include
MultiExcerptNamelistObjects
PageWithExcerptS3
shouldDisplayInlineCommentsInIncludesfalse

Retrieving Bucket Information

Using the bucketStatus operation of the S3 adapter, you can get some general information on the bucket including a list of its contained objects.

Multiexcerpt include
MultiExcerptNamebucketStatus
PageWithExcerptS3
shouldDisplayInlineCommentsInIncludesfalse

The returned status information has the following structure:

Multiexcerpt include
MultiExcerptNameBucketStatus
PageWithExcerptS3
shouldDisplayInlineCommentsInIncludesfalse

Panel
titleOn this Page:
Table of Contents
Panel
titleRelated Pages:

Otp
Floatingfalse

rp

Children Display
pageS3 Adapter