Forum Discussion

Koemets's avatar
Koemets
Contributor
3 years ago

Exporting to Amazon S3 bucket

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

Thanks.

  • Krishna's avatar
    Krishna
    Valued Contributor

    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.

    • Koemets's avatar
      Koemets
      Contributor

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

      • Krishna's avatar
        Krishna
        Valued Contributor

        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.