mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 08:00:06 +00:00
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:
parent
cb749e7b9e
commit
9416ff1546
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ static const std::string logPrefix_ =
|
|||
"scwx::provider::aws_level2_data_provider";
|
||||
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";
|
||||
|
||||
class AwsLevel2DataProvider::Impl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue