mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
9 lines
172 B
C++
9 lines
172 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include "amazon/AmazonS3Client.h"
|
|
|
|
namespace AmazonS3Utils
|
|
{
|
|
ListObjectsResult GetListObjects(const CAmazonCredentials&, std::string);
|
|
};
|