Skip to content

Commit

Permalink
Update fragment data source to use AWS S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
brokoli777 committed Jul 27, 2024
1 parent f82ed71 commit f0daa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/fragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const {
writeFragmentData,
listFragments,
deleteFragment,
} = require('./data/memory');
} = require('./data/aws');

class Fragment {
constructor({ id, ownerId, created, updated, type, size = 0 }) {
Expand Down

0 comments on commit f0daa09

Please sign in to comment.