diff --git a/tensorflow/core/platform/s3/s3_file_system.cc b/tensorflow/core/platform/s3/s3_file_system.cc index 8d74ea6aff6..51ff982557c 100644 --- a/tensorflow/core/platform/s3/s3_file_system.cc +++ b/tensorflow/core/platform/s3/s3_file_system.cc @@ -1195,6 +1195,6 @@ Status S3FileSystem::HasAtomicMove(const string& path, bool* has_atomic_move) { return Status::OK(); } -REGISTER_FILE_SYSTEM("s3", RetryingS3FileSystem); +REGISTER_LEGACY_FILE_SYSTEM("s3", RetryingS3FileSystem); } // namespace tensorflow