add_subdirectory(bluesky)
add_subdirectory(nfs3)
add_subdirectory(microbench)
-add_subdirectory(s3bench)
+add_subdirectory(cloudbench)
bucket.bucketName = "mvrable-benchmark";
bucket.protocol = S3ProtocolHTTP;
- bucket.uriStyle = S3UriStylePath;
+ bucket.uriStyle = S3UriStyleVirtualHost;
bucket.accessKeyId = getenv("AWS_ACCESS_KEY_ID");
bucket.secretAccessKey = getenv("AWS_SECRET_ACCESS_KEY");
bucket.bucketName = "mvrable-benchmark";
bucket.protocol = S3ProtocolHTTP;
- bucket.uriStyle = S3UriStylePath;
+ bucket.uriStyle = S3UriStyleVirtualHost;
bucket.accessKeyId = getenv("AWS_ACCESS_KEY_ID");
bucket.secretAccessKey = getenv("AWS_SECRET_ACCESS_KEY");