Releases: wso2-extensions/esb-connector-amazons3
v2.0.8
What's Changed
- Prepare for next release by @dulanjalidilmi in #70
- Add metadata file by @GDLMadushanka in #73
- Update meta.json by @GDLMadushanka in #74
- Update meta.json by @GDLMadushanka in #75
- Add MI version 4.x to the products by @DedunuKarunarathne in #76
- Add logo for connector store by @arunans23 in #77
- Update products list in meta.json by @arunans23 in #78
- Update meta information by @arunans23 in #83
- Update connector icon by @arunans23 in #84
- Update connector to enable a release workflow by @ChinthakaJ98 in #86
- Update connector metadata and fix build issues by @ChinthakaJ98 in #87
New Contributors
- @GDLMadushanka made their first contribution in #73
- @DedunuKarunarathne made their first contribution in #76
- @arunans23 made their first contribution in #77
- @ChinthakaJ98 made their first contribution in #86
Full Changelog: v2.0.7...v2.0.8
2.0.7 Released!
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!
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!
This release fixes the following issue(s):
- Version update Amazon SDK to 2.20.26
- Requirement to generate and fetch presigned URL of S3 object
2.0.4 Released!
This release will fix the following issues:
wso2/api-manager#1442
https://github.com/wso2/api-manager/issues/1396
2.0.3 Released!
This release fixes the issue in deleteObject operation.
2.0.2 Released!
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
anduploadPart
operations.
2.0.1 Released!
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!
Adding SDK based S3 connector
1.1.0 Released!
This release introduces the latest UI schema model to support the Integration Studio Connector properties view.