enso/distribution/lib/Standard/AWS/0.0.0-dev
Radosław Waśko f2d6079ac4
Fix missing AWS region in S3 operations (#9546)
- Closes #9284
- Now our tests run without the default `AWS_` config, thus ensuring that the tested setups work in a clean environment.
- After all, more complicated logic was needed for buckets access - apparently the AWS SDK only allows for some operations on buckets to happen if the client is connected to the correct region. Thus detection of bucket regions had to be implemented.
- Added `AWS_Region` widget based on autoscoping.
- Fixed `AWS_Credential.profile_names` crashing if no AWS config was found. Now it returns no profiles if not found. Added a regression test.
2024-03-27 12:00:15 +00:00
..
src Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
THIRD-PARTY Remove org.bouncycastle dependency (#8664) 2024-01-04 17:16:41 +01:00
package.yaml Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00