Skip to main content
Newcomer
October 5, 2022

Exporting to Amazon S3 bucket

  • October 5, 2022
  • 2 replies
  • 0 views

Does anyone know if OneStream is capable of exporting into AWS S3 bucket?

Thanks.

2 replies

Newcomer
October 5, 2022

Hi,

Yes. You can use WinScp .net library in the same way you use for SFTP.

Expert
October 5, 2022

1. You can use the S3 API call to Put the Objects.

2. Make sure you have the correct privilege's for the S3 account which is going to invoke the API call to upload.

3. I would recommend create a separate bucket for OS and restrict the access so you are covered from Security standpoint.

4. I don't think you require whitelisting the IP's but make sure you have necessary library included.

 

Please keep me posted if you were able to export to S3. BTW I tested in Azure storage and it works no issues.

KoemetsAuthor
Newcomer
October 6, 2022

Which libraries do you list in the BR's Referenced Assemblies?

Expert
October 6, 2022

1. You cannot directly reference the libraries. You have to provide the dll files to the OS cloud Support and you have to reference. I did the similar to the Azure storage.

 

2. You can download the Package from Visual Studio Dot net see screenshot below once installed you can navigate to the project directory and provide the dll files.

 

KrishnaS_0-1665062672478.png