Skip to content

Releases: wso2-extensions/esb-connector-amazons3

v2.0.8

18 Dec 12:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8

2.0.7 Released!

18 Mar 04:10
d84e1df
Compare
Choose a tag to compare

This release adds the following improvements to putObject,uploadPart and multipartUpload operations:

Introduces an enhancement by adding a new field, isContentBase64Encoded, to accurately identify base64 encoded content when utilising the fileContent to upload objects to Amazon S3 buckets.

2.0.6 Released!

27 Feb 08:50
e9be326
Compare
Choose a tag to compare

This release fixes the following issue,

  • Timestamp getting empty in responses.

This release adds the following improvements,

  • Add option to getObject operation to get the content as base64 encoded.

2.0.5 Released!

31 Jul 05:22
b431282
Compare
Choose a tag to compare

This release fixes the following issue(s):

2.0.4 Released!

14 Feb 10:01
Compare
Choose a tag to compare

2.0.3 Released!

25 Oct 10:32
215efcc
Compare
Choose a tag to compare

This release fixes the issue in deleteObject operation.

2.0.2 Released!

21 Sep 04:11
f4ebe48
Compare
Choose a tag to compare

This release adds the following improvements,

  • Use the default credentials provider to extend functionality inside AWS environments. The DefaultCredentialsProvider looks up not only in system environment variables but also in the other valid locations for AWS credentials (the .aws/credentials file and EC2/ECS endpoints).

  • Add an option to set the content of the file via payload for putObject, multipartUpload and uploadPart operations.

2.0.1 Released!

27 Aug 05:27
341f5b5
Compare
Choose a tag to compare

This release adds the following improvements to getObject operation,

  • Set the file content to GetObjectResponse.
  • Add a new parameter called destinationFilePath to getObject operation. You can use this parameter to download a file to the local server.
  • Leave partNumber as null if not set by the user.

2.0.0 Released!

05 Nov 10:22
a867c7b
Compare
Choose a tag to compare

Adding SDK based S3 connector

1.1.0 Released!

07 Jul 08:07
Compare
Choose a tag to compare

This release introduces the latest UI schema model to support the Integration Studio Connector properties view.