mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +03:00
9 lines
171 B
C++
9 lines
171 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include "amazon/AmazonS3Client.h"
|
|
|
|
namespace AmazonS3Utils
|
|
{
|
|
ListObjectsResult GetListObjects(std::string, std::string, std::string);
|
|
};
|