-
Notifications
You must be signed in to change notification settings - Fork 30
♻️🐛 storage provides presigned download links for files in folders #4573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
GitHK
merged 31 commits into
ITISFoundation:master
from
GitHK:pr-osparc-download-link-in-folder
Aug 8, 2023
Merged
Changes from 21 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a9fdfc9
initial version
5383249
slight refactor
9842577
more readmes
282fd51
docstrings
afa06ff
Merge remote-tracking branch 'upstream/master' into pr-osparc-downloa…
46edc15
using listing of object
cc5a1fd
import refactor
d883fe1
refactor
b9c054e
fixed test
c6cf8e6
Merge branch 'master' into pr-osparc-download-link-in-folder
GitHK 21ba5ec
Merge remote-tracking branch 'upstream/master' into pr-osparc-downloa…
4ca4d30
update docstring
fe06376
Merge remote-tracking branch 'upstream/master' into pr-osparc-downloa…
f1a92d4
first round of refactoring
8c1ee56
second refactor
c0e6f9f
docstring
c364356
refactor third round
69388e9
refactor
9f7b4df
avoids confusion in the future
f9c3a92
Merge branch 'pr-osparc-download-link-in-folder' of github.com:GitHK/…
0111f53
missing docstring
1546439
refactor test
d8fd51f
moved files away
ab2214f
refactor
c7252ea
refactor type
a74fc44
refactor
12e13a9
refactored tests
fa98b68
testing access rights
6580229
refactored tests, split them
58df48f
pylint
eff1787
Merge branch 'master' into pr-osparc-download-link-in-folder
GitHK File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
packages/pytest-simcore/src/pytest_simcore/helpers/utils_parametrizations.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
from typing import Optional | ||
|
||
from pydantic import ByteSize | ||
|
||
|
||
def byte_size_ids(val) -> Optional[str]: | ||
def byte_size_ids(val) -> str | None: | ||
if isinstance(val, ByteSize): | ||
return val.human_readable() | ||
return None |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.