ColdStack Docs
  • Introduction
  • ColdStack FAQ
  • Binance Smart Chain Bridge
    • Release
    • Customer Support
    • FAQ
    • Step-by-Step Guide
  • Concepts
    • Bucket versioning
    • Logging actions with a bucket
  • Tools
    • Supported tools
      • CyberDuck S3 Client
      • S3 Browser
      • AWS CLI Console client
      • SDKs for different languages
        • JavaScript SDK
        • Using extended API with JavaScript
        • AWS SDK for Java
        • Python SDK (boto)
  • S3 Compatible API
    • How to use the API
    • Signing Requests
    • API Reference
      • Bucket
        • HeadBucket
        • ListObjects/ListObjectsV2
        • PutBucketVersioning
        • PutBucketLogging
        • RenameBucket
        • GetBucketLocation
        • ListBuckets
      • Object
        • PutObject
        • GetObject
        • HeadObject
        • RenameObject
        • PutObjectAcl
      • Multipart upload
        • General multipart upload order
        • CreateMultipartUpload
        • UploadPart
        • CompleteMultipartUpload
        • ListMultipartUploads
      • Analytics
        • GetStatistics
        • GetBandwidthAnalytics
        • GetStorageAnalytics
      • Common request headers
      • Common response headers
      • Responses
Powered by GitBook
On this page

Was this helpful?

  1. Tools
  2. Supported tools

S3 Browser

PreviousCyberDuck S3 ClientNextAWS CLI Console client

Last updated 3 years ago

Was this helpful?

S3 Browser is the most popular client for S3 compatible storages built for Windows OS.

To download S3 Browser go to the official website:

First of all, click the Accounts button in the top menu, then Add new account... :

Now you have to set up your account settings.

  • In Account Name section type ColdStack

  • In Account Type choose S3 Compatible Storage

  • In REST Endpoint type s3.coldstack.io

  • Put in your credentials in Access Key ID and Secret Access Key sections

Then click on Advanced S3-compatible storage settings at the bottom of the window. It will open a new window. Select Signature V4 and then click on the Close button:

Turning off multipart downloads

Go to Tools -> Options:

A popup will open. In that windows go to the section "General" and turn off the option "Enable multipart downloads with part size":

Using ColdStack

Now you are ready to use ColdStack! Lets create a bucket:

Type a name for your bucket. Be sure to include only letters, number and dashes:

Now you can upload files to your bucket:

https://s3browser.com/
Setting up ColdStack credentials in S3 Browser
Setting Signature V4