Skip to content
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

8158 bug UI not using presign for uploading objects #8365

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ItamarYuran
Copy link
Contributor

Closes #8158

Change Description

With the added changes, it is now possible to upload a file from the UI, with a minimal IAM permissions installation.

Background

See #8158

Bug Fix

Root cause - the GET request for the presigned url did not include a checksum of the desired file.
Solution - Adding the checksum parameter to the api for getPhysicalAddress operation

Additional info

In order to upload a file to a presigned url, there is a need to configure the bucket's CORS.

@ItamarYuran ItamarYuran added the exclude-changelog PR description should not be included in next release changelog label Nov 13, 2024
@ItamarYuran ItamarYuran linked an issue Nov 13, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Nov 13, 2024

🎊 PR Preview 4f7f211 has been successfully built and deployed to https://treeverse-lakeFS-preview-pr-8365.surge.sh

🕐 Build time: 0.013s

🤖 By surge-preview

Copy link

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

Copy link

E2E Test Results - Quickstart

11 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-changelog PR description should not be included in next release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: UI not using presign for uploading objects
1 participant