This commit is contained in:
Jean-Philip Desjardins 2018-02-26 09:11:40 -05:00
parent 7e1e7fc7d7
commit 32fdf00da3

View File

@ -138,9 +138,8 @@ static std::string TrimQuotes(std::string input)
void CS3ObjectStream::GetObjectInfo()
{
#if 0
if(false)
{
CAmazonS3Client client(accessKeyId, secretAccessKey);
CAmazonS3Client client(CS3Config::GetInstance().GetAccessKeyId(), CS3Config::GetInstance().GetSecretAccessKey());
GetBucketLocationRequest request;
request.bucket = "ps2bootables";