Skip to content

Commit

Permalink
console log to debug bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLi2 committed Aug 19, 2021
1 parent 14bd2ac commit 85ecddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frame-one-bucket-adapter",
"version": "0.1.2",
"version": "0.1.3",
"description": "An adapter for wrapping various storage buckets and unifying a select number of features.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/bucket/S3BucketAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ class S3BucketAdapter extends BucketAdapter {
Body: data,
}

console.log({params});

return new Promise((resolve, reject) => {
this.s3.upload(params, (err) => {
if (err) {
Expand Down

0 comments on commit 85ecddb

Please sign in to comment.