Login to follow
AWSSimpleStorage

AWSSimpleStorage (ODC)

Stable version 0.9.4 (Compatible with ODC)
Uploaded on 25 Jan by Stefan Weber
AWSSimpleStorage

AWSSimpleStorage (ODC)

Details
Detailed Description

External Logic Connector Library based on the official AWS .NET SDK for Simple Storage Service S3. Supports the following actions


  • ListBuckets
  • PutBucket
  • DeleteBucket
  • ListObjects
  • DeleteObject
  • PutObject
  • GetObject
  • GetObjectMetadata
  • GetPreSignedUrl

Check the AWS Simple Storage Service demo application on implementation details

Limitations

Does not support all S3 capabilities. Please write on the forum if you need additional features.


Being an external logic component the payload of functions is limited to ~5-5MB

Release notes 
  • Updates AWS SDK 4.0.17.3
  • Added AuthenticationRegion to AmazonS3Config structure. Setting this region instead of the RegionEndpoint is necessary for some 3rd party S3 compatible stores for Signature v4 verification.
  • Added UseChunkEncoding for Put Object. Disabling chunked uploaded is required by some 3rd party S3 compatible stores