-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #119 +/- ##
==========================================
+ Coverage 68.21% 68.57% +0.35%
==========================================
Files 66 66
Lines 3250 3274 +24
==========================================
+ Hits 2217 2245 +28
+ Misses 865 863 -2
+ Partials 168 166 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
}, false, testScope) | ||
assert.NoError(t, err) | ||
|
||
actual, err := s.CreateSignedURL(context.TODO(), DataReference("https://container/path"), SignedURLProperties{}) |
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.
i'm confused why this happy path starts with https://... shouldn't this be s3 or gcs?
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.
Any valid url format is ok.. no?
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.
i guess, i just find it confusing. would this ever be called like this?
oh this is great! we should move admin to use this for signed urls too once this is in |
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
* Add PresignRequest API Signed-off-by: Haytham Abuelfutuh <[email protected]> * Unit test and cleanup Signed-off-by: Haytham Abuelfutuh <[email protected]> * more cleanup Signed-off-by: Haytham Abuelfutuh <[email protected]> * More unit tests Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update to latest stow commit Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update setup-go action Signed-off-by: Haytham Abuelfutuh <[email protected]> * update go Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update github actions Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update go version Signed-off-by: Haytham Abuelfutuh <[email protected]> * Pinning go to 1.17 Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update stow version to created release Signed-off-by: Haytham Abuelfutuh <[email protected]>
Expose PreSignRequest for storage clients
Signed-off-by: Haytham Abuelfutuh [email protected]
Type
Are all requirements met?
Tracking Issue
flyteorg/flyte#2263