Gonzalo
Gonzalo
### AWS Temporal Credentials Support Support for uploading files with Temporal AWS Credentials obtained using the [AWS STS Service](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html). ### Usage sample: ``` export AWS_ACCESS_KEY_ID=%acceskey% export AWS_SECRET_ACCESS_KEY=%secretKey% export AWS_SESSION_TOKEN=%sessionToken% ```...
After enabling the AWS OTEL Collector in 4 EC2 Linux Tomcat WebServers, with all default configuration, the AWS CloudWatch bill regarding "metric-month" is $250 in 3 days with more than...
@ncardeli: The problem is that when the Image Component is placed inside a Flexbox container, the Width is not honored, but fills the entire container.  I think that the...
Improved exception handling for Masterpage loading error. Fail fast and with better detail Now the log and exception prints the real error, such as a missing JAR: ``` Caused by:...
- Send Cache Headers for Angular. - Add DeviceType: Web for ClientInformation.DeviceType Issue: 85289
- Add support for immediately responses (buffer disabled) through the http response - Support no buffer responses with compression - Automatically enable no buffer responses in SSE Responses Issue: 104684