Skip to content

Commit

Permalink
Fixed publicly accessible file for simple example (request payer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
durner committed Nov 17, 2023
1 parent 296879a commit e4dc88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/simple/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ using namespace std;
//---------------------------------------------------------------------------
int main(int /*argc*/, char** /*argv*/) {
// The file to be downloaded
auto bucketName = "s3://cloud-storage-analytics:eu-central-1";
auto fileName = "tpchSf500.db/tpchSf500.db";
auto bucketName = "s3://anyblob:eu-central-1";
auto fileName = "anyblob/anyblob.txt";

// Create a new task group (18 concurrent request maximum, and up to 1024 outstanding submissions)
anyblob::network::TaskedSendReceiverGroup group(18, 1024);
Expand Down

0 comments on commit e4dc88d

Please sign in to comment.