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

Remove need for direct auth with S3 #34

Open
7 of 9 tasks
phwissmann opened this issue Nov 15, 2024 · 0 comments · May be fixed by #36
Open
7 of 9 tasks

Remove need for direct auth with S3 #34

phwissmann opened this issue Nov 15, 2024 · 0 comments · May be fixed by #36
Assignees

Comments

@phwissmann
Copy link
Collaborator

phwissmann commented Nov 15, 2024

Currently, the ingestor is using credentials for the upload. In order to avoid having credentials stored, the archiver backend server should provide presigned urls to upload data

  • Change s3 upload to use presigned urls form archiver backend
  • create separate s3 upload module
  • verify error handling
  • add checksum verification
  • use openapi based client
  • add retries
  • expose parameters (chunksize, concurrent files, pool size) and find sensible defaults
  • add expiration date to presigned urls
  • verify full files by incremental hashing
@phwissmann phwissmann self-assigned this Nov 15, 2024
@phwissmann phwissmann linked a pull request Nov 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant