Level 2 bucket name changed

The NEXRAD Level II archive data is moving to a new bucket: unidata-nexrad-level2 and SNS topic: arn:aws:sns:us-east-1:684042711724:NewNEXRADLevel2Archive. The old bucket and SNS topic are now deprecated and will no longer be available starting September 1, 2025.
This commit is contained in:
Dan Paulat 2025-09-06 20:40:58 -05:00
parent cb749e7b9e
commit 9416ff1546

View file

@ -18,7 +18,7 @@ static const std::string logPrefix_ =
"scwx::provider::aws_level2_data_provider"; "scwx::provider::aws_level2_data_provider";
static const auto logger_ = util::Logger::Create(logPrefix_); static const auto logger_ = util::Logger::Create(logPrefix_);
static const std::string kDefaultBucketName_ = "noaa-nexrad-level2"; static const std::string kDefaultBucketName_ = "unidata-nexrad-level2";
static const std::string kDefaultRegion_ = "us-east-1"; static const std::string kDefaultRegion_ = "us-east-1";
class AwsLevel2DataProvider::Impl class AwsLevel2DataProvider::Impl