AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListVersions operation.
This operation is not supported by directory buckets.
Returns metadata about all versions of the objects in a bucket. You can also use request parameters as selection criteria to return metadata about a subset of all the object versions.
To use this operation, you must have permission to perform the s3:ListBucketVersions
action. Be aware of the name difference.
A 200 OK
response can contain valid or invalid XML. Make sure to design
your application to parse the contents of the response and handle it appropriately.
To use this operation, you must have READ access to the bucket.
The following operations are related to ListObjectVersions
:
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class ListVersionsRequest : AmazonWebServiceRequest IAmazonWebServiceRequest
The ListVersionsRequest type exposes the following members
Name | Description | |
---|---|---|
ListVersionsRequest() |
Name | Type | Description | |
---|---|---|---|
BucketName | System.String |
Gets and sets the property BucketName. The bucket name that contains the objects. |
|
Delimiter | System.String |
Gets and sets the property Delimiter.
A delimiter is a character that you specify to group keys. All keys that contain the
same string between the |
|
Encoding | Amazon.S3.EncodingType |
Encoding type used by Amazon S3 to encode the object keys in the response. Responses are encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response. For more information about characters to avoid in object key names, see Object key naming guidelines. When using the URL encoding type, non-ASCII characters that are used in an
object's key name will be percent-encoded according to UTF-8 code values. For example, the object
|
|
ExpectedBucketOwner | System.String |
Gets and sets the property ExpectedBucketOwner.
The account ID of the expected bucket owner. If the account ID that you provide does
not match the actual owner of the bucket, the request fails with the HTTP status code
|
|
KeyMarker | System.String |
Specifies the key to start with when listing objects in a bucket. |
|
MaxKeys | System.Int32 |
Gets and sets the property MaxKeys.
Sets the maximum number of keys returned in the response. By default, the action returns
up to 1,000 key names. The response might contain fewer keys but will never contain
more. If additional keys satisfy the search criteria, but were not returned because
|
|
OptionalObjectAttributes | System.Collections.Generic.List<System.String> |
Gets and sets the property OptionalObjectAttributes. Specifies the optional fields that you want returned in the response. Fields that you do not specify are not returned. |
|
Prefix | System.String |
Gets and sets the property Prefix.
Use this parameter to select only those keys that begin with the specified prefix.
You can use prefixes to separate a bucket into different groupings of keys. (You can
think of using |
|
RequestPayer | Amazon.S3.RequestPayer |
Gets and sets the property RequestPayer. |
|
VersionIdMarker | System.String |
Specifies the object version you want to start listing from. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5