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.
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
feat: Add S3 support #1008
base: main
Are you sure you want to change the base?
feat: Add S3 support #1008
Changes from all commits
2af5d8d
72d763a
973b183
58c2f10
aa3c921
7820c5c
1bd0889
18fee26
56a1d5d
592139a
f64d091
22205e8
c5052b3
c3c5689
bdb4f68
0d79272
604c0c8
97421ee
cbf2cc3
4d8dfc2
c59a3f4
9838334
f8fde26
e095b8e
1b1fb87
8cb2cf8
d8b2cc8
3563994
259a744
d7bd54e
2781798
93eb440
521beb1
bba66f4
cd7cdaf
87b3424
89758bc
e1ca81d
382474e
b97a0d3
0042983
d319fcb
95225a2
8537405
a616161
21d2bef
d206864
d908785
0d941e9
9a581e6
e213be0
6304919
5600720
d17bc89
87bb481
f92386e
642dc81
b671bde
0193055
8434a39
c71f413
150e3ad
c06489e
ba42437
90ce8c2
120c762
efa6625
5348436
321a16d
fb7352d
a365c8c
ef60b64
369c181
dbf0db6
73bdffb
87f8858
e1fbc82
ffae735
ca7e4d7
73eed8a
11f07b0
90fd779
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of always waiting 5 seconds, could we do something like:
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
technically yes, practically this will probably break powershell support 😅 this script currently works on both powershell and bash. we could set the shell to bash for all systems but i'm not sure whether this will screw up the rust/c toolchain in some way
should i try anyway?