Forum Discussion
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.
Which libraries do you list in the BR's Referenced Assemblies?
- Krishna3 years agoValued 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.
- Koemets3 years agoContributor
Thank you. You essentially answered my original question. Libraries has to be downloaded and provided to the OS support.
- franciscoamores3 years agoContributor II
If you don't want to overcomplicate your life, I'd suggest you explore the option to use Winscp .NET so you interact with the S3 bucket as you do with SFTP.
The .DLL library is available by default in the OneStream deployment so you will have access to it without raising a ticket.
- Krishna3 years agoValued Contributor
I agree WinScp is an another option. I am more of SDK.
Related Content
- 7 months ago
- 10 months ago
- 7 months ago
- 12 months ago