Closed guitarrapc closed 7 years ago
Previously cS3Content Get/Test results object[] for hash comparison. This is due to spec of Get-S3Object Cmdlet offered by AWSPowerShell Module.
Get-S3Object
This fix will determine only 1 key and will successfully compare hash as string, not as object[].
on s3 place 2 files.
even you want to download .hoge, but Get-S3Object will return both .hoge and .hoge_test as object[].
Previously cS3Content Get/Test results object[] for hash comparison. This is due to spec of
Get-S3Object
Cmdlet offered by AWSPowerShell Module.This fix will determine only 1 key and will successfully compare hash as string, not as object[].
Reproduce case
on s3 place 2 files.
even you want to download .hoge, but Get-S3Object will return both .hoge and .hoge_test as object[].