Issues
- s3 ext setStorage() does nothing for directoryCreateLDEV-4635Resolved issue: LDEV-4635Pothys - MitrahSoft
- directoryDelete with a s3 url assumes aws regionsLDEV-4595Resolved issue: LDEV-4595Michael Offner
- Support passthru of storage locations for Directory* functions / CFDIRECTORYLDEV-4178Resolved issue: LDEV-4178Michael Offner
- lucee 6.0 build looking wrong /test directory for testcaseLDEV-4065Resolved issue: LDEV-4065Pothys - MitrahSoft
- Add throwOnMissing boolean argument to fileDelete() and directoryDelete()LDEV-4014
- directoryCreate does not have a mode argumentLDEV-3507Resolved issue: LDEV-3507Pothys - MitrahSoft
6 of 6
s3 ext setStorage() does nothing for directoryCreate
Fixed
Description
Environment
None
Attachments
1
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Created 14 July 2023 at 11:14
Updated 21 July 2023 at 06:36
Resolved 21 July 2023 at 06:36
Activity
Show:
Pothys - MitrahSoft19 July 2023 at 15:33
I checked this issue with lucee versions 6.0.0.514-SNAPSHOT and 5.4.2.11-SNAPSHOT. Now the s3 ext setStorage() argument works fine on directory create and the issue was solved.
Zac Spitzer14 July 2023 at 13:54
6.0
Zac Spitzer14 July 2023 at 13:03
working
Zac Spitzer14 July 2023 at 12:01Edited
you can’t update a bucket’s region before creation, so i have split that function into two smaller functions
when directoryCreate calls setStorage with the s3 v2 extension, it does nothing but update the value
https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/tag/Directory.java#L726
test case