Cmdlets for Amazon S3

Build 25.0.9434

Select-AmazonS3 Cmdlet

Parameters   Output Objects  

Searches Amazon S3 data.

Syntax

Select-AmazonS3 [parameters]

Remarks

The Select-AmazonS3 cmdlet allows you to use a syntax similar to SQL SELECT statements to search Amazon S3 data.

$conn = Connect-AmazonS3 AWSAccessKey "a123" -AWSSecretKey "s123"
Select-AmazonS3 -Connection $conn -Table "Buckets" -Columns @("Name","OwnerId") -Where "Name='TestBucket'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434