Skip to content

Commit e219e29

Browse files
authored
Aws 1.8.187 (#1833)
* Update AWS SDK to 1.8.187 Signed-off-by: Yong Tang <[email protected]> * Fix * Update --------- Signed-off-by: Yong Tang <[email protected]>
1 parent 744fd06 commit e219e29

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

WORKSPACE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,10 @@ http_archive(
205205
"""sed -i.bak 's/UUID::RandomUUID/Aws::Utils::UUID::RandomUUID/g' aws-cpp-sdk-core/source/client/AWSClient.cpp""",
206206
"""sed -i.bak 's/__attribute__((visibility("default")))//g' aws-cpp-sdk-core/include/aws/core/external/tinyxml2/tinyxml2.h """,
207207
],
208-
sha256 = "749322a8be4594472512df8a21d9338d7181c643a00e08a0ff12f07e831e3346",
209-
strip_prefix = "aws-sdk-cpp-1.8.186",
208+
sha256 = "ae1cb22225b1f47eee351c0064be5e87676bf7090bb9ad19888bea0dab0e2749",
209+
strip_prefix = "aws-sdk-cpp-1.8.187",
210210
urls = [
211-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/aws/aws-sdk-cpp/archive/1.8.186.tar.gz",
212-
"https://github.com/aws/aws-sdk-cpp/archive/1.8.186.tar.gz",
211+
"https://github.com/aws/aws-sdk-cpp/archive/1.8.187.tar.gz",
213212
],
214213
)
215214

tensorflow_io/core/filesystems/s3/s3_filesystem.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ void CreateDir(const TF_Filesystem* filesystem, const char* path,
10231023

10241024
PathExists(filesystem, dir_path.c_str(), status);
10251025
if (TF_GetCode(status) == TF_OK) {
1026-
std::unique_ptr<TF_WritableFile, void (*)(TF_WritableFile* file)> file(
1026+
std::unique_ptr<TF_WritableFile, void (*)(TF_WritableFile * file)> file(
10271027
new TF_WritableFile, [](TF_WritableFile* file) {
10281028
if (file != nullptr) {
10291029
if (file->plugin_file != nullptr) tf_writable_file::Cleanup(file);

0 commit comments

Comments
 (0)