Commit e96b344
authored
Bump AWS S3 SDK to V2 (#808)
* Bump AWS S3 SDK to V2
Issue: 105593
* Try fix missing credentials when gettin presinged url
* Fix null resource name from URL
* Wrong permission level in class method
* Removed usage of com.amazonaws.version and bump software.awssdk.version to 2.21.27
* Fixed broken file extension when uploading images
* Fix broken retrival of object name from bucket
* Consider storage region when getting storage uri
* Do not catch non-existant resource exception
* Change copy strategy. Download bytes and reupload
* Fixed HTTP 500 error when confirming TRN update
* Don't use ACL feature when using custom endpoint
* Keep support for legacy S3 client
* Revert "Keep support for legacy S3 client"
This reverts commit 7a54156.
* Revert "Revert "Keep support for legacy S3 client""
This reverts commit 1fe2180.
* Keep support for old S3 client
* Fix SLF4J failed to load class error
* URL-encode external file name when getting resource url
* Try to determine content type before sending resource to bucket
* Use hashmap instead of matrix
* Only encode file name and not the entire path
* Update class names in preprocess
* Swich default s3 storage provider implementation1 parent 5fb0641 commit e96b344
File tree
12 files changed
+1202
-465
lines changed- gxcloudstorage-awss3-v1
- src/main/java/com/genexus/db/driver
- gxcloudstorage-awss3-v2
- src/main/java/com/genexus/db/driver
- gxcloudstorage-awss3/src/main/java/com/genexus/db/driver
- gxcloudstorage-tests
- src/test/java/com/genexus/db/driver
- java/src/main/java/com/genexus/configuration
12 files changed
+1202
-465
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
0 commit comments