The name of the bucket in which the object or directory will be renamed.
Required? | False |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Amazon.PowerShell.Cmdlets.S3.AmazonS3ClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A token to ensure that the rename request is idempotent. It's suitable to use the same client token across multiple requests when you're retrying a failed operation.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If the specified entity tag (ETag) matches the destination object's ETag, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationIfModifiedSince <DateTime>
If the destination object was modified after the specified time, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationIfNoneMatch <
String>
If the specified entity tag (ETag) does not match the destination object's ETag, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationIfUnmodifiedSince <DateTime>
If the destination object was not modified after the specified time, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ForcePathStyleAddressing <
Boolean>
S3 requests can be performed using one of two URI styles: Virtual or Path. When using Virtual style, the bucket is included as part of the hostname. When using Path style the bucket is included as part of the URI path. The default value is $true when the EndpointUrl parameter is specified, $false otherwise.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The new key name (full path) for the object or directory.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The key name (full path) of the source object or directory to be renamed. It must be URL-encoded.Format: /bucket-name/object-key
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.S3.Model.RenameObjectResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If the specified entity tag (ETag) matches the source object's ETag, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SourceIfModifiedSince <DateTime>
If the source object was modified after the specified time, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If the specified entity tag (ETag) does not match the source object's ETag, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SourceIfUnmodifiedSince <DateTime>
If the source object was not modified after the specified time, Amazon S3 will process the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Enables S3 accelerate by sending requests to the accelerate endpoint instead of the regular region endpoint. To use this feature, the bucket name must be DNS compliant and must not contain periods (.).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Configures the request to Amazon S3 to use the dualstack endpoint for a region. S3 supports dualstack endpoints which return both IPv6 and IPv4 values. The dualstack mode of Amazon S3 cannot be used with accelerate mode.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |