Add support to change SignatureVersion property of AmazonS3Config class.#1168
Open
gilmargoulart wants to merge 1 commit intogenexuslabs:masterfrom
Open
Add support to change SignatureVersion property of AmazonS3Config class.#1168gilmargoulart wants to merge 1 commit intogenexuslabs:masterfrom
gilmargoulart wants to merge 1 commit intogenexuslabs:masterfrom
Conversation
- Add possibility to change SignatureVersion property, to address a issue related to Content-SHA256 when using Dell S3 custom storage.
Author
claudiamurialdo
approved these changes
Jul 17, 2025
Collaborator
claudiamurialdo
left a comment
There was a problem hiding this comment.
Thanks for your contribution! The PR looks good. We’re following up internally to formalize the change in GeneXus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Changing to SignatureVersion=2 works.
Using default SignatureVersion=4 only works with Dell S3 custom storage when setting a random value to ChecksumSHA256 property of the PutObjectRequest class. In the tests, the checksum does not need to match the file content.
2025-06-05 13:06:51,337 [7] ERROR GxFile - GXFile General Error
Amazon.S3.AmazonS3Exception: The Content-SHA256 you specified did not match what we received
---> Amazon.Runtime.Internal.HttpErrorResponseException: Exception of type 'Amazon.Runtime.Internal.HttpErrorResponseException' was thrown.
at Amazon.Runtime.HttpWebRequestMessage.ProcessHttpResponseMessage(HttpResponseMessage responseMessage)
at Amazon.Runtime.HttpWebRequestMessage.GetResponseAsync(CancellationToken cancellationToken)
at Amazon.Runtime.Internal.HttpHandler`1.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.Runtime.Internal.RedirectHandler.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.Runtime.Internal.Unmarshaller.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.S3.Internal.AmazonS3ResponseHandler.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.Runtime.Internal.ErrorHandler.InvokeAsync[T](IExecutionContext executionContext)
--- End of inner exception stack trace ---
Issue:205473