Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>S3 UploaderNew to Visual Studio Code? Get it now.
S3 Uploader

S3 Uploader

tearoom6

|
3,968 installs
| (1) | Free
File uploader to Amazon S3 with inserting link
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

s3uploader (VSCode)

VSCode Extension; file uploader to Amazon S3 with inserting link.

usage

Features

  • [ ] Upload file by drag & drop.
  • [x] Upload file by copy file absolute link & paste.
  • [ ] Upload file by copy file relative link & paste.
  • [ ] Upload file by copy image file binary & paste.
  • [ ] Upload multiple files at once.
  • [ ] Support multiple destination AWS account / S3 bucket.
  • [ ] Support other storage services.
  • [x] Insert Markdown tag (image or link).
  • [x] Insert HTML tag (image or link).

Setup

AWS configuration

Create access key:

  1. Sign in to AWS console and open IAM dashboard.
  2. Open user's [Security credentials] tab.
  3. Click [Create access key], and copy access key ID / secret access key.

References

  • Managing Access Keys for IAM Users - AWS Identity and Access Management

Configure credentials (only show the case of macOS):

  1. Install awscli.

    brew install awscli
    
  2. Add AWS default configurations.

    aws configure
    

References

  • Configuring the AWS CLI - AWS Command Line Interface

Create S3 bucket:

  1. Sign in to AWS console and open S3 console.
  2. Click [Create bucket] and copy bucket name.

Extension Settings

  • s3uploader-vscode.basic.s3BucketName: S3 bucket name
  • s3uploader-vscode.basic.s3DirectoryPath: S3 directory path
  • s3uploader-vscode.advanced.s3BucketCustomUrl: S3 bucket custom URL (If you wanna replace default one)
  • s3uploader-vscode.advanced.useUuidAsFileName: Use UUID as upload file name

settings

Extension Commands

  • s3uploader-vscode.uploadCopiedFileAndPasteLink: Insert clipboard file link with S3 Uploading (default: ctrl+shift+u)
  • s3uploader-vscode.uploadSelectedFileAndInsertLink: Insert selected file link with S3 uploading (default: ctrl+alt+u)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft