X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore-s3.c;h=fd2da4f5431b96c5f2598d900cbc49e4f903540c;hb=347ada3d206b9839ca5944bc11918fef91ea2cf1;hp=00bace41c81254adf24c3341ac4c373b5f9abc47;hpb=52989382da09933b885b2d81595bf9194e3f373c;p=bluesky.git diff --git a/bluesky/store-s3.c b/bluesky/store-s3.c index 00bace4..fd2da4f 100644 --- a/bluesky/store-s3.c +++ b/bluesky/store-s3.c @@ -192,7 +192,7 @@ static gpointer s3store_new(const gchar *path) else store->bucket.bucketName = g_strdup(path); store->bucket.protocol = S3ProtocolHTTP; - store->bucket.uriStyle = S3UriStylePath; + store->bucket.uriStyle = S3UriStyleVirtualHost; store->bucket.accessKeyId = getenv("AWS_ACCESS_KEY_ID"); store->bucket.secretAccessKey = getenv("AWS_SECRET_ACCESS_KEY");