[bug] fix s3 full match prefix#492
Open
IMSupperkaka wants to merge 1619 commits intoONLYOFFICE:masterfrom
Open
[bug] fix s3 full match prefix#492IMSupperkaka wants to merge 1619 commits intoONLYOFFICE:masterfrom
IMSupperkaka wants to merge 1619 commits intoONLYOFFICE:masterfrom
Conversation
Fix/databases timeout
…elop # Conflicts: # Common/sources/storage-fs.js # DocService/package.json # DocService/sources/DocsCoServer.js # DocService/sources/databaseConnectors/connectorUtilities.js # DocService/sources/databaseConnectors/postgreConnector.js # DocService/sources/gc.js # DocService/sources/mySqlBaseConnector.js # DocService/sources/wopiClient.js
…lative-file-save-as Feature/wopi put relative file save as
# Conflicts: # DocService/sources/canvasservice.js # DocService/sources/wopiClient.js
…c-report Feature/3d party lic report
Fix/wopi bugs
…without changes; For bug 66751
Feature/convert to
…e/refresh-file into develop Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/10
…o release/v8.3.0 Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/12
…ed; Fix bug 72425' (ONLYOFFICE#13) from fix/timelimited-tenant into release/v8.3.0 Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/server/pulls/13
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.
aws s3 and fs file systems behave inconsistently.
server/FileConverter/sources/converter.js
Line 491 in 8f4fd33
server/FileConverter/sources/converter.js
Line 505 in 8f4fd33
server/Common/sources/storage-s3.js
Lines 195 to 203 in 8f4fd33
e.g.
Before:
After:
Issues that the previous code may cause:
server/FileConverter/sources/converter.js
Lines 466 to 469 in 8f4fd33
server/FileConverter/sources/converter.js
Lines 1195 to 1219 in 8f4fd33