Skip to main content

S3Browser

S3Browser is a free Windows-based client for Amazon S3 and S3-compatible storage services with a familiar Windows Explorer-like interface.

Installation

  1. Download from S3Browser website
  2. Run the installer and follow the setup wizard
  3. Launch S3Browser

Requirements: Windows 7+, .NET Framework 4.5+

Configuration for OSS

Add OSS Account

  1. Launch S3Browser
  2. Click AccountsAdd New Account

![Figure needed: Screenshot of S3Browser main interface with Accounts menu highlighted]

Configure Settings

FieldValue
Display NameVNETWORK OSS
Account TypeS3 Compatible Storage
REST Endpointhttps://<CustomerId>.oss.swiftserve.com
Access Key IDYour OSS Access Key
Secret Access KeyYour OSS Secret Key

![Figure needed: Screenshot of S3Browser account configuration dialog with OSS settings]

Advanced Settings

  1. Click Advanced Settings
  2. Set Addressing Model to Path Style (required)
  3. Enable Use SSL for security
  4. Click Test Connection to verify
  5. Save the account

![Figure needed: Screenshot of S3Browser advanced settings with Path Style selected]

Basic Operations

Bucket Management

  • Create: Click New Bucket button, enter name (3-63 chars, lowercase)
  • View: Click bucket in left panel to see contents
  • Delete: Right-click bucket → Delete Bucket (must be empty)

File Operations

Upload Files:

  • Drag & Drop: Drag files from Windows Explorer to S3Browser
  • Upload Button: Click Upload → select files

Download Files:

  • Drag & Drop: Drag from S3Browser to Windows Explorer
  • Right-click: Right-click object → Download

Delete Files:

  • Select objects → press Delete key
  • Right-click → Delete

![Figure needed: Screenshot showing drag and drop file upload in S3Browser]

Advanced Features

Folder Synchronization:

  1. Right-click bucket/folder → Sync with folder
  2. Choose local folder
  3. Configure sync options (one-way/two-way)

Batch Operations:

  • Select multiple objects (Ctrl+Click)
  • Right-click for batch operations

Troubleshooting

IssueSolution
Access DeniedVerify credentials and endpoint URL
Invalid EndpointCheck URL format and enable Path Style
Slow TransfersAdjust multipart upload settings
SSL ErrorsUpdate S3Browser or disable SSL temporarily

Best Practices

  • Use logical folder structures for organization
  • Enable multipart upload for files >100MB
  • Regularly rotate access keys
  • Test backup/restore procedures
  • Schedule large transfers during off-peak hours

For automation tasks, consider using AWS CLI alongside S3Browser.