Skip to content

Commit

Permalink
chore: Upload Object (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 authored Dec 1, 2023
1 parent bf87769 commit 493be54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/nodejs/cases/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ const extname = path.extname(filePath);
const fileType = mimeTypes.lookup(extname);

console.log('bucketName', bucketName);
console.log(
'objectName',
objectName,
)(async () => {
console.log('objectName', objectName);

(async () => {
const spInfo = await selectSp();

// create bucket example:
Expand Down

0 comments on commit 493be54

Please sign in to comment.