In this version:
created the Bucket_List action to return a list of all buckets owned by the authenticated sender of the request.
created S3HTTPVerb and S3StorageClass static entities to manage static data sent and returned from the service.
<breaking change> Updated Object_Put and Object_GetPreSignedUrl actions to use the created static entities identifier on input parameters, instead of a text value.
<breaking change> Removed the old StorageClass static entity to fit the new and standardized entity pattern. In the new S3StorageClass static entity remains all the same values as before.
In this version we have updated:
the AWSSDK.Core to version 3.7.6.4
the AWSSDK.S3 to version 3.7.7.19
<breaking change> The site properties containing AWS authentication information were deprecated and it is now the responsibility of the consumer application to manage where the credentials are stored. For now, we kept the site properties in the module to prevent loss of data. In future versions they will be removed from the module