-
Notifications
You must be signed in to change notification settings - Fork 0
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
S3 as Storage Backend #25
Conversation
etectContentType when returning downloaded file from s3
* wip: search files by tag * wip: sqlite for db instead of dynamo * writes to db on file upload are working * added db.go with functions to add item to table and list files in table * getFileMetadata successfully queries sqlite table when file exists. TODO: handle error * returns 404 if error indicates file wasn't found - else 500 * moved additional table functionality to db.go * removed more functions in aws.go - TODO: move QueryTags functionality to sqlite table * moved all db functionality from dynamo to sqlite * removed dynamo table from iac * todo: mock s3 and any aws calls in tests * removed commented-out line of code * added tfvars to support dev and prod envs * removed config. will set the values in scalr ui for now
d5064d4
to
abf9d35
Compare
✅ Scalr runs report (abf9d35)✅ Scalr runs reportScalr finished execution of runs in all workspaces that are affected by a commit (abf9d35). The cumulative and per-workspace reports you can find below. Summary
Per-workspace reportRun ID: run-v0odfa6jj52sn11vi Duration: 19s Resources changesTo create: 12
|
✅ Scalr runs reportScalr finished execution of runs in all workspaces that are affected by a commit (4ad1656). The cumulative and per-workspace reports you can find below. Summary
Per-workspace reportRun ID: run-v0odfaal2uhhfsequ Duration: 27s Resources changesTo create: 12
|
No description provided.