Skip to content

Commit

Permalink
fix: revert uploadData example code
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleigh90 committed Aug 21, 2024
1 parent 4d46cd8 commit f0bff43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/storage/src/providers/s3/apis/uploadData/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,3 @@ export function uploadData(input: UploadDataInput | UploadDataWithPathInput) {
});
}
}

uploadData({
path: '',
data: '',
options: { bucket: { bucketName: '', region: '', expectedBucketOwner: '' } },
});

0 comments on commit f0bff43

Please sign in to comment.