-
Notifications
You must be signed in to change notification settings - Fork 87
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: johannesboyne/gofakes3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JankariTech/gofakes3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: S3toWebdavProxy
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Can’t automatically merge.
Don’t worry, you can still create the pull request.
4
contributors
Commits on Sep 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7bc6e24 - Browse repository at this point
Copy the full SHA 7bc6e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548453f - Browse repository at this point
Copy the full SHA 548453fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1bf540 - Browse repository at this point
Copy the full SHA d1bf540View commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 99328eb - Browse repository at this point
Copy the full SHA 99328ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee10b7 - Browse repository at this point
Copy the full SHA bee10b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897c7b3 - Browse repository at this point
Copy the full SHA 897c7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b04724 - Browse repository at this point
Copy the full SHA 3b04724View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd6e44f - Browse repository at this point
Copy the full SHA dd6e44fView commit details
Commits on Oct 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1fe0571 - Browse repository at this point
Copy the full SHA 1fe0571View commit details -
Configuration menu - View commit details
-
Copy full SHA for cefe822 - Browse repository at this point
Copy the full SHA cefe822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2d530 - Browse repository at this point
Copy the full SHA 2a2d530View commit details
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e93ea4 - Browse repository at this point
Copy the full SHA 6e93ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3b2e8 - Browse repository at this point
Copy the full SHA 4a3b2e8View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c88933c - Browse repository at this point
Copy the full SHA c88933cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137f425 - Browse repository at this point
Copy the full SHA 137f425View commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68b260c - Browse repository at this point
Copy the full SHA 68b260cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b92b1 - Browse repository at this point
Copy the full SHA 65b92b1View commit details
Commits on Oct 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 725f2cf - Browse repository at this point
Copy the full SHA 725f2cfView commit details
Commits on Mar 12, 2023
-
Fix chunkedReader.Read not handling early inner.Read return correctly
The previous implementation expected inner.Read to always read until the end of the provided slice.
oniumy committedMar 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 2077be7 - Browse repository at this point
Copy the full SHA 2077be7View commit details -
Add support for chunked reader in multipart upload
Multipart uploads can include chunked readers in the part upload as well.
oniumy committedMar 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 7e26e73 - Browse repository at this point
Copy the full SHA 7e26e73View commit details
Commits on Mar 16, 2023
-
Merge pull request #1 from oniumy/master
Fix issues with chunked multipart uploads
Configuration menu - View commit details
-
Copy full SHA for 723f185 - Browse repository at this point
Copy the full SHA 723f185View commit details
Commits on Jun 20, 2023
-
without this the prefix in the response would not be URL encoded before: ``` <Prefix> sub-folder <>/sub2/ </Prefix> ``` after ``` <Prefix> sub-folder+%3C%3E/sub2/ </Prefix> ```
Configuration menu - View commit details
-
Copy full SHA for f4d6b12 - Browse repository at this point
Copy the full SHA f4d6b12View commit details
Commits on Jun 21, 2023
-
at least for the `mc` client of minio this makes things clearer having a folder/file name in the backend that contains unusual characters e.g. `bucket2/sub-folder <>/a space $%&#.txt` results without this change in this output when running `mc ls` `[2023-06-16 17:19:10 +0545] 11B STANDARD /bucket2/sub-folder+%3C%3E/sub2/a+space+%24%25%26%23.txt` also such a folder/bucket cannot be downloaded using `mc cp` after the change the output of `mc ls` is correct and same as if it connects to AWS S3 `[2023-06-16 17:19:10 +0545] 11B STANDARD a space $%&#.txt` and also the `mc tree -f` output looks correct ``` proxy/bucket2/ └─ sub-folder <> ├─ a space $%&#.txt └─ sub2 └─ a space $%&#.txt ```
Configuration menu - View commit details
-
Copy full SHA for 7338612 - Browse repository at this point
Copy the full SHA 7338612View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 522293e - Browse repository at this point
Copy the full SHA 522293eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b86b5 - Browse repository at this point
Copy the full SHA 87b86b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4878bd6 - Browse repository at this point
Copy the full SHA 4878bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d873ba - Browse repository at this point
Copy the full SHA 4d873baView commit details -
Merge pull request #1 from JankariTech/pass-accesskey
Parse accessKey from request and pass to the Backend methods
Configuration menu - View commit details
-
Copy full SHA for 4b38c65 - Browse repository at this point
Copy the full SHA 4b38c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1447d - Browse repository at this point
Copy the full SHA cf1447dView commit details -
Merge pull request #2 from JankariTech/fix-tests-implementation
Fix Backend implementation and tests
Configuration menu - View commit details
-
Copy full SHA for 1b69ffd - Browse repository at this point
Copy the full SHA 1b69ffdView commit details
There are no files selected for viewing
This file was deleted.