Petabox
  • Introduction
  • Petabox FAQ
  • Concepts
    • Bucket versioning
    • Logging actions with a bucket
    • Object Lock
  • Tools
    • Supported tools
      • CyberDuck S3 Client
      • Mountain Duck
      • S3 Browser
      • RClone
      • AWS CLI Console client
      • SDKs for different languages
        • JavaScript SDK
        • 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
        • ListBuckets
        • RenameBucket
        • GetBucketLocation
      • 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
      • GetObjectTagging
      • GetObjectAcl
      • GetBucketAcl
      • ListObjectVersions
      • GetBucketRequestPayment
      • GetBucketReplication
      • GetBucketTagging
      • GetBucketLocation
      • GetBucketVersioning
      • GetBucketLifecycle
      • GetObjectLockConfiguration
      • PutObjectLockConfiguration
      • GetObjectRetention
      • GetObjectLegalHold
      • PutObjectRetention
      • PutObjectLegalHold
      • PutObjectAcl
      • PutBucketAcl
      • PutBucketVersioning
      • CopyObject
      • DeleteObjects
      • AbortMultipartUpload
      • DeleteObject
      • DeleteBucket
      • PutBucketTagging
      • PutObjectTagging
      • DeleteBucketTagging
      • DeleteObjectTagging
      • PutBucketLogging
      • GetBucketLogging
      • ListParts
      • UploadPartCopy
      • PutBucketPolicy
      • GetBucketPolicy
      • DeleteBucketPolicy
Powered by GitBook
On this page
  1. Tools
  2. Supported tools

S3 Browser

PreviousMountain DuckNextRClone

Last updated 3 years ago

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 Petabox

  • In Account Type choose S3 Compatible Storage

  • In REST Endpoint type s3.petabox.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 Petabox

Now you are ready to use Petabox! 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 Petabox credentials in S3 Browser
Setting Signature V4